예제 #1
0
 public SoccerHub(ISoccer soccer)
 {
     _soccer = soccer;
 }
예제 #2
0
 static NewDataManager()
 {
     SoccerInstance = new Soccer();
 }