示例#1
0
 public async Task <IActionResult> getAll(long idCompany)
 {
     return(new OkObjectResult(await personalRepo.getAll(idCompany)));
 }