parent
0cbc9dffbb
commit
3e4a6839ee
17
DataCenter_Windows/WindowsDataCenter/Interfaces/GroupList.cs
Normal file
17
DataCenter_Windows/WindowsDataCenter/Interfaces/GroupList.cs
Normal file
@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Interfaces
|
||||
{
|
||||
public class GroupList
|
||||
{
|
||||
public GroupList()
|
||||
{
|
||||
Groups = new List<Group>();
|
||||
}
|
||||
public List<Group> Groups { get; set; }
|
||||
}
|
||||
}
|
||||
@ -43,6 +43,7 @@
|
||||
<Compile Include="AppDetails.cs" />
|
||||
<Compile Include="DailyLogs.cs" />
|
||||
<Compile Include="Group.cs" />
|
||||
<Compile Include="GroupList.cs" />
|
||||
<Compile Include="ILogger.cs" />
|
||||
<Compile Include="IRepository.cs" />
|
||||
<Compile Include="Identifier.cs" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user