コード例 #1
0
ファイル: ApartmentController.cs プロジェクト: EcaterinaM/POS
 public IActionResult GetApartmentsByBuildingId(Guid buildingId)
 {
     return(Ok(_apartmentService.GetApartmentsByBuildingId(buildingId)));
 }