예제 #1
0
 public object DeleteByBuildingId(int buildingId)
 {
     return(_addressRepo.DeleteByBuildingId(buildingId));
 }