示例#1
0
 public BinEditVM()
 {
     Status       = new AppStatus { AutoRemove = true };
     BinType      = new BinTypeVM(BinDays.BinType.GeneralWaste);
     OriginDate   = DateTime.Today;
     WeekInterval = 1;
     EditType     = "NEW";
     Id           = -1;
 }
示例#2
0
 public BinEditVM()
 {
     Status = new AppStatus {
         AutoRemove = true
     };
     BinType      = new BinTypeVM(BinDays.BinType.GeneralWaste);
     OriginDate   = DateTime.Today;
     WeekInterval = 1;
     EditType     = "NEW";
     Id           = -1;
 }