Esempio n. 1
0
 public EmailService(SeaBattleContext context) : base(context)
 {
 }
Esempio n. 2
0
 public BattlefieldService(SeaBattleContext context) : base(context)
 {
 }
Esempio n. 3
0
 private UnitOfWork()
 {
     _context = new SeaBattleContext();
 }
Esempio n. 4
0
 public ServiceBase(SeaBattleContext context)
 {
     _dbContext = context;
 }
Esempio n. 5
0
 public FieldService(SeaBattleContext dbContext) : base(dbContext)
 {
 }
Esempio n. 6
0
 public Base(SeaBattleContext context)
 {
     _context = context;
 }
Esempio n. 7
0
 public UserService(SeaBattleContext dbContext) : base(dbContext)
 {
 }
Esempio n. 8
0
 public UserAccountService(SeaBattleContext context) : base(context)
 {
 }