Ejemplo n.º 1
0
 public System.Int32 GetSysAccountCount(System.String whereCondition)
 {
     try
     {
         var domain = new SysAccountDomainObject(ConnectionString);
         return domain.GetSysAccountCount(whereCondition);
     }
     catch (Exception ex)
     {
         ErrorLog.Log("[GetSysAccountCount]", ex.Message);
     }
     return -1;
 }