コード例 #1
0
 public Address GetAddress(int buildingId)
 {
     return(_buildingRepository.GetAddress(buildingId));
 }