コード例 #1
0
 public void AddLocation(Location location)
 {
     _repository.AddLocation(location);
 }