Esempio n. 1
0
 public IActionResult GetWithEmployee()
 {
     return(Ok(_repo.GetAllWithEmployees()));
 }