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