예제 #1
0
 public TransportLogic(ITransportStorage transportStorage)
 {
     _transportStorage = transportStorage;
 }