コード例 #1
0
 public bool BuildingExists(long id)
 {
     return(repository.BuildingExists(id));
 }