Exemplo n.º 1
0
 public JogadorController(IRepostitory repo)
 {
     this.Repo = repo;
     //construtor
 }
Exemplo n.º 2
0
 public MensagensController(IRepostitory repo)
 {
     this.Repo = repo;
     //construtor
 }