Esempio n. 1
0
 public IList <DepartmentVM> Get(int orgId)
 {
     return(_departmentsService.ListDepartmentsByOrganization(orgId));
 }