публики)))
This commit is contained in:
parent
01c50b2a2f
commit
4cd7242439
12
LawCompany/LawCompany/Enums/CaseStatus.cs
Normal file
12
LawCompany/LawCompany/Enums/CaseStatus.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LawCompanyDataModels.Enums
|
||||
{
|
||||
internal class CaseStatus
|
||||
{
|
||||
}
|
||||
}
|
12
LawCompany/LawCompany/IId.cs
Normal file
12
LawCompany/LawCompany/IId.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LawCompanyDataModels
|
||||
{
|
||||
internal class IId
|
||||
{
|
||||
}
|
||||
}
|
12
LawCompany/LawCompany/Models/ICaseModel.cs
Normal file
12
LawCompany/LawCompany/Models/ICaseModel.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LawCompanyDataModels.Models
|
||||
{
|
||||
internal class ICaseModel
|
||||
{
|
||||
}
|
||||
}
|
12
LawCompany/LawCompany/Models/IClientModel.cs
Normal file
12
LawCompany/LawCompany/Models/IClientModel.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LawCompanyDataModels.Models
|
||||
{
|
||||
internal class IClientModel
|
||||
{
|
||||
}
|
||||
}
|
12
LawCompany/LawCompany/Models/IVisitModel.cs
Normal file
12
LawCompany/LawCompany/Models/IVisitModel.cs
Normal file
@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace LawCompanyDataModels.Models
|
||||
{
|
||||
internal class IVisitModel
|
||||
{
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user