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