Paymeant contracts
This commit is contained in:
parent
06c59932ca
commit
d82516c526
@ -19,5 +19,7 @@ namespace ElectronicsShopContracts.BindingModels
|
||||
public PaymeantOption PayOption { get; set; } = PaymeantOption.Неоплачено;
|
||||
|
||||
public int ClientID { get; set; }
|
||||
}
|
||||
|
||||
public DateTime DatePaymeant { get; set; } = DateTime.Now;
|
||||
}
|
||||
}
|
||||
|
@ -12,5 +12,6 @@ namespace ElectronicsShopContracts.SearchModels
|
||||
public int? OrderID { get; set; }
|
||||
public double? SumPay { get; set; }
|
||||
public int? ClientID { get; set; }
|
||||
public DateTime? DatePaymeant { get; set; }
|
||||
}
|
||||
}
|
||||
|
@ -22,5 +22,7 @@ namespace ElectronicsShopContracts.ViewModels
|
||||
|
||||
[DisplayName("Клиент")]
|
||||
public int ClientID { get; set; }
|
||||
}
|
||||
|
||||
public DateTime DatePaymeant { get; set; }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user