コード例 #1
0
 public override void ProcessDTOPostPut(DocumentCategoryDTO dto, int id, Client currentClient)
 {
     orig = repo.GetDocumentCategoryById(dto == null ? id : (int)dto.Id, currentClient.Id);
 }