示例#1
0
 public JogadorController(IRepostitory repo)
 {
     this.Repo = repo;
     //construtor
 }
示例#2
0
 public MensagensController(IRepostitory repo)
 {
     this.Repo = repo;
     //construtor
 }