Beispiel #1
0
 public int deleteDoctor(EntDoctor objent)
 {
     DLDoctor objdl = new DLDoctor();
      int result = objdl.deleteDoctor(objent);
      return result;
 }
Beispiel #2
0
 public DataTable GetID(string DrName)
 {
     DLDoctor objDAL = new DLDoctor();
      return objDAL.GetID(DrName);
 }
Beispiel #3
0
 public DataTable BindFullGrid()
 {
     DLDoctor objDAL = new DLDoctor();
     return objDAL.BindFullGrid();
 }