Exemplo n.º 1
0
 public BaseRepository(PokeballDBContext dataplusDBContext)
 {
     PokeballDBContext = dataplusDBContext;
 }
Exemplo n.º 2
0
 public PlayerRepository(PokeballDBContext dataplusDBContext)
     : base(dataplusDBContext)
 {
 }