Пример #1
0
 public List <tbl_Form> GetAllFormsByDomainID(int domainID)
 {
     return(FormRepository.GetByDomainID(domainID).ToList());
 }