예제 #1
0
 public Parking(Guid id, IStorage stroage)
 {
     _Stroage = stroage;
     _Id = id;
     _ActorInfomations = _Stroage.FindActor(_Id).ToList();
 }