示例#1
0
 public UnityBuilder(ICollection <Interfaces.ICar> carCollection, ICollection <Interfaces.ITaxi> taxiCollection)
 {
     this._unity = new Unity(carCollection, taxiCollection);
 }
示例#2
0
 public UnityBuilder(ICollection <Interfaces.IMediaItem> itemCollection, ICollection <Interfaces.IPlayList> playListCollection)
 {
     _unity = new Unity(playListCollection, itemCollection);
 }