Example #1
0
 public static int Count()
 {
     try
     {
         return(DAL_NgonNgu.Count());
     }
     catch (Exception Err)
     {
         throw;
     }
 }