Beispiel #1
0
 public IList<Society> GetSocieties()
 {
     var objPersonsDL = new ResidentsSvcDL();
     return objPersonsDL.GetSocieties();
 }