예제 #1
0
 public async Task <List <ProductGroup> > ListProductgroups()
 {
     try
     {
         return(await _productgroupRepository.GetProductgroups());
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }