コード例 #1
0
 public BaseResponse <DocumentDelivered> Add(DocumentDelivered model)
 {
     return(documentService.AddDocumentDelivered(model));
 }