Exemplo n.º 1
0
 public override JsonResult Get()
 {
     return(Json(_floorService.GetAll()));
 }