예제 #1
0
 public SummaryDto Delete(Int32 summaryId)
 {
     return(SummaryDto.Create(_summaryRepository.Delete(summaryId)));
 }