コード例 #1
0
 public override JsonResult Get()
 {
     return(Json(_floorService.GetAll()));
 }