Exemple #1
0
 public async Task <ActionResult> GetAll()
 {
     return(Json(await _technicalStaffRoleService.GetAllRoles(), JsonRequestBehavior.AllowGet));
 }