示例#1
0
 private bool BuildingExists(long id)
 {
     return(service.BuildingExists(id));
 }