Exemple #1
0
 public TransactionsService(WarsysDbContext context)
 {
     _context = context;
 }
Exemple #2
0
 public SeederService(WarsysDbContext context)
 {
     _context = context;
 }