Exemple #1
0
 public async Task <WebApiEntity.UDSRepository> GetUDSRepositoryAsync(Guid idUDSRepository)
 {
     try
     {
         return(await _webApiClient.GetUDSRepositoryAsync(idUDSRepository));
     }
     catch (Exception ex)
     {
         _logger.WriteError(ex, LogCategories);
         throw ex;
     }
 }