Exemplo n.º 1
0
 public JsonResult GetBranchStaff(string branch)
 {
     return(Json(_systemAdminService.GetBranchStaff(branch)));
 }