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