예제 #1
0
 public void DoSomething()
 {
     this._personInstance = _factory.GetPersonInstance("Customer");
     _personInstance.CallSomeMethod();
 }