Exemplo n.º 1
0
 public int deleteSupplier(EntProduct objent)
 {
     DLProduct objdl = new DLProduct();
        int result = objdl.deleteProduct(objent);
        return result;
 }
Exemplo n.º 2
0
 public DataTable GetID(string ProductName)
 {
     DLProduct objDAL = new DLProduct();
        return objDAL.GetID(ProductName);
 }
Exemplo n.º 3
0
 public DataTable BindFullGrid()
 {
     DLProduct objDAL = new DLProduct();
        return objDAL.BindFullGrid();
 }