Example #1
0
 public async Task <IActionResult> GetRoles(string id)
 {
     return(Json(await _personelService.GetPersonelRoles(id)));
 }