edit DataModels
This commit is contained in:
parent
ebae3c72a8
commit
7c6766e700
@ -9,7 +9,7 @@ namespace TravelCompanyDataModels.Models.Contractor
|
||||
public interface IExcursionGroupModel : IId
|
||||
{
|
||||
string ExcursionGroupName { get; }
|
||||
|
||||
int PeopleAmount { get; }
|
||||
int ContractorID { get; }
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ namespace TravelCompanyDataModels.Models.Contractor
|
||||
public interface IExcursionModel : IId
|
||||
{
|
||||
string ExcursionName { get; }
|
||||
|
||||
int ExcursionPrice { get; }
|
||||
int ContractorID { get; }
|
||||
}
|
||||
}
|
||||
|
@ -9,7 +9,7 @@ namespace TravelCompanyDataModels.Models.Contractor
|
||||
public interface ITourModel : IId
|
||||
{
|
||||
string TourName { get; }
|
||||
|
||||
DateTime TourDate { get; }
|
||||
int ContractorID { get; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user