Exemple #1
0
 public IndexModel(Linn.LinnappsUi.Persistence.ServiceDbContext context)
 {
     _context = context;
 }
Exemple #2
0
 public TransactionManager(ServiceDbContext serviceDbContext)
 {
     this.serviceDbContext = serviceDbContext;
 }