first commit
This commit is contained in:
20
Complex.Domain/Entities/UnitChargeType.cs
Normal file
20
Complex.Domain/Entities/UnitChargeType.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
//using Complex.Domain.Commons;
|
||||
|
||||
//namespace Complex.Domain.Entities
|
||||
//{
|
||||
// [Auditable]
|
||||
// public class UnitChargeCycle
|
||||
// {
|
||||
// public int Id { set; get; }
|
||||
// public Guid ChargeCycle { set; get; }
|
||||
// //public Guid ComplexId { set; get; }
|
||||
// public Guid UnitId { set; get; }
|
||||
// public virtual Unit Unit { set; get; }
|
||||
|
||||
// /// <summary>
|
||||
// /// null یعنی شارژ
|
||||
// /// </summary>
|
||||
// //public int? ChargeTypeId { set; get; }
|
||||
// public bool IsRemoved { set; get; }= false;
|
||||
// }
|
||||
//}
|
||||
Reference in New Issue
Block a user