Esempio n. 1
0
 public int InsertDCDeviceAllotment(DCDeviceAllotment theDCDeviceAllotment)
 {
     return(DCDeviceAllotementIntegration.InsertDCDeviceAllotment(theDCDeviceAllotment));
 }
Esempio n. 2
0
 public List <DCDeviceAllotment> GetDCDeviceAllotementList(bool allOffices = false, bool showDeleted = false)
 {
     return(DCDeviceAllotementIntegration.GetDCDeviceAllotementList(allOffices, showDeleted));
 }