Пример #1
0
 public Organization GetOrganizationById(int id)
 {
     return(OrganizationDal.GetOrganizationById(id));
 }