コード例 #1
0
 public async Task <ActionResult> Delete(Guid id)
 {
     return(View(await buildingService.GetBuildingDTO(id)));
 }