예제 #1
0
 public Task <RequestResult <Product, Guid> > GetAllProductsAsync()
 {
     return(_repository
            .GetAllProductsAsync());
 }