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