コード例 #1
0
 public IEnumerable <Dto.Product> Get()
 {
     return(ProductsRepo.Get().Select(Mapper.Map <Dto.Product>));
 }