Exemplo n.º 1
0
 public UserService(RGameDbContext rGameDbContext)
 {
     _rGameDbContext = rGameDbContext;
 }
Exemplo n.º 2
0
 public CategoryService(RGameDbContext rGameDbContext)
 {
     _rGameDbContext = rGameDbContext;
 }
Exemplo n.º 3
0
 public GameService(RGameDbContext rGameDbContext)
 {
     _rGameDbContext = rGameDbContext;
 }