Exemplo n.º 1
0
 public VbPlayersController()
 {
     this.db = new IDataVbPlayer();
 }
Exemplo n.º 2
0
 public VbPlayersController(IMockVbPlayer db)
 {
     this.db = db;
 }
 public VbPlayersController(IMockVbPlayer mockDb)
 {
     this.db = mockDb;
 }