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