Beispiel #1
0
 public int Count()
 {
     try
     {
         return(_repositoryRecord.Count());
     }
     catch (Exception)
     {
         throw new ServiceException("occour a problem, please try later!");
     }
 }