Beispiel #1
0
 public static DataTable TimBH(string MaBH)
 {
     try
     {
         Kho       dao   = new Kho();
         DataTable table = dao.GetChitietChungTuBH(MaBH);
         return(table);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }