Ejemplo n.º 1
0
 public IActionResult GetAllSpacesByGaragw(string username, int id)
 {
     return(Ok(_repository.GetAllSpacesByGarage(username, id)));
 }