Exemple #1
0
 public static Dept_Locations CreateDept_Locations(int dnumber, string dlocation)
 {
     Dept_Locations dept_Locations = new Dept_Locations();
     dept_Locations.Dnumber = dnumber;
     dept_Locations.Dlocation = dlocation;
     return dept_Locations;
 }
Exemple #2
0
 public void AddToDept_Locations(Dept_Locations dept_Locations)
 {
     base.AddObject("Dept_Locations", dept_Locations);
 }