コード例 #1
0
 public IEnumerable <WriterDto> ListWriters(int count)
 {
     return(service.GetListOfWriter(count));
 }