Пример #1
0
 public int Count()
 {
     try
     {
         return(_dataConnector.GetCount <TItem>());
     }
     catch (Exception)
     {
         return(0);
     }
 }