public UserAllocationVM()
 {
     DTObject = new DataTablesViewModel();
 }
 public RequisitionVM()
 {
     DTObject = new DataTablesViewModel();
 }
Example #3
0
 public CompanyBankTransactionVM()
 {
     DTObject = new DataTablesViewModel();
 }
 public UserTaskVM()
 {
     DTObject = new DataTablesViewModel();
 }
Example #5
0
 public CompanyComplianceVM()
 {
     DTObject = new DataTablesViewModel();
 }