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