示例#1
0
 public string SaveWorkOrderAttachments(WorkOrderAttachmentTypesEntity item)
 {
     return(repository.SaveWorkOrderAttachments(item));
 }
 public bool SaveServiceRequestAttachments(WorkOrderAttachmentTypesEntity item)
 {
     return(repository.SaveServiceRequestAttachments(item));
 }