add Demo/UI/GroupConsole.cs
and Demo/Domain/UseCase/GroupUseCase.cs
This commit is contained in:
parent
1af541d098
commit
f8fb2da4bc
12
Demo/Domain/UseCase/GroupUseCase.cs
Normal file
12
Demo/Domain/UseCase/GroupUseCase.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Demo.Domain.UseCase
|
||||||
|
{
|
||||||
|
internal class GroupUseCase
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
12
Demo/UI/GroupConsole.cs
Normal file
12
Demo/UI/GroupConsole.cs
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace Demo.UI
|
||||||
|
{
|
||||||
|
internal class GroupConsole
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user