コード例 #1
0
 public ICollection <Work> GetWorks()
 {
     return(workAppService.GetWorks());
 }
コード例 #2
0
 public IEnumerable <WorkModel> GetWorks()
 {
     return(mapper.Map <IEnumerable <WorkModel> >(workAppService.GetWorks()));
 }