예제 #1
0
 public async Task <CategoryFascicle> GetDefaultCategoryFascicle(short idCategory)
 {
     try
     {
         return(await _webApiClient.GetDefaultCategoryFascicleAsync(idCategory));
     }
     catch (Exception ex)
     {
         _logger.WriteError(ex, LogCategories);
         throw ex;
     }
 }