예제 #1
0
 public Core.Dto.Edition Post(Core.Dto.Edition edition)
 {
     return(_editionService.Create(edition));
 }