示例#1
0
 public GeoCoordinator(IGeoCoordinator Coordinator, СoordinationType Type)
 {
     this.Coordinator = Coordinator;
     this.Type        = Type;
 }
 public FindRestaurants(IGeoCoordinator geoCoordinator, IGourmetService gourmetService)
 {
     _geoCoordinator = geoCoordinator;
     _gourmetService = gourmetService;
 }