Пример #1
0
 public DataSet GetAllSiteContact()
 {
     Site site = new Site();
     return site.GetAllSiteContact(SiteId);
 }