forked from slavaxom9k/PIBD-23_Fomichev_V.S._MagicCarpet
небольшие правки
This commit is contained in:
@@ -28,7 +28,7 @@ internal class EmployeeStorageContract : IEmployeeStorageContract
|
||||
}
|
||||
|
||||
public List<EmployeeDataModel> GetList(bool onlyActive = true, string? email = null, DateTime? fromBirthDate = null, DateTime? toBirthDate = null,
|
||||
DateTime? fromEmploymentDate = null, DateTime? toEmploymentDate = null)
|
||||
DateTime? fromEmploymentDate = null, DateTime? toEmploymentDate = null, string postId = null)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
||||
@@ -13,7 +13,7 @@ internal class Tour
|
||||
{
|
||||
public required string Id { get; set; } = Guid.NewGuid().ToString();
|
||||
public required string TourName { get; set; }
|
||||
public string TourCountry { get; set; }
|
||||
public string? TourCountry { get; set; }
|
||||
public double Price { get; set; }
|
||||
public TourType Type { get; set; }
|
||||
[ForeignKey("TourId")]
|
||||
|
||||
Reference in New Issue
Block a user