Ejemplo n.º 1
0
 public int GetLastesIDLoaiNCC()
 {
     try
     {
         dal_LoaiNhaCungCap dal = new dal_LoaiNhaCungCap();
         int value = dal.GetLastestIDLoaiNCC();
         return(value);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Ejemplo n.º 2
0
 public int AddLoaiNCC(DataTable dataSource)
 {
     try
     {
         dal_LoaiNhaCungCap dal = new dal_LoaiNhaCungCap();
         int value = dal.insertLoaiNCC(dataSource);
         return(value);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }