Exemple #1
0
 public CMSReservationsController()
 {
     _fac             = new CMSReservationFactory();
     ViewBag.Product  = GetListProductSelectItem((byte)Commons.EProductType.Procudure);
     ViewBag.Employee = GetListEmployeeSelectItem();
     ViewBag.From     = GetListFromTime();
     ViewBag.To       = GetListToTime();
     //ViewBag.Category = GetListCategorySelectItem();
 }
 public ReservationController()
 {
     _fac                 = new CMSReservationFactory();
     _facProduct          = new CMSProductFactory();
     _facEmp              = new CMSEmployeeFactory();
     _facCus              = new CMSCustomersFactory();
     ViewBag.ListFromTime = GetListFromTime();
     ViewBag.ListToTime   = GetListToTime();
 }