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