コード例 #1
0
 public GameService(ISoftuniStoreData data)
     : base(data)
 {
     this.manager = new Security.Security.AuthenticationManager(data);
 }
コード例 #2
0
 public GameController()
 {
     this.service = new GameService(new SoftuniStoreData());
     this.manager = new Security.Security.AuthenticationManager(new SoftuniStoreData());
 }