コード例 #1
0
 public int CountAll()
 {
     _logger.LogStoreCall("CountAll");
     try
     {
         return(_store.CountAll());
     }
     catch (Exception ex)
     {
         _logger.LogError(ex);
         throw;
     }
 }
コード例 #2
0
 public int CountAll()
 {
     return(_store.CountAll());
 }