예제 #1
0
 public Task <List <Category> > GetCategoriesAsync(int limit, int page)
 {
     return(_catApiClient.GetCategoriesAsync(limit, page));
 }