Пример #1
0
 public IEnumerable <HospitalViewModel> Get([ModelBinder(typeof(RoleDataModelBinder))] RoleData role)
 {
     return(_trustPresentationService.GetHospitals(role));
 }