Beispiel #1
0
 public void AddBuildings(Bldg objBldg)
 {
     var objPersonsDL = new ResidentsSvcDL();
     objPersonsDL.AddBuildings(objBldg);
 }