Пример #1
0
 public IEnumerable <ClinicianViewModel> Get([ModelBinder(typeof(RoleDataModelBinder))] RoleData role, int?hospitalId = null, string specialtyCode = null)
 {
     return(_trustPresentationService.GetClinicians(role, hospitalId, specialtyCode));
 }