Ejemplo n.º 1
0
 public EntityLog(TracieIEContext context)
 {
     _context = context;
 }
Ejemplo n.º 2
0
 public Repository(TracieIEContext context)
 {
     _context = context;
 }
Ejemplo n.º 3
0
 public AuthorizeActionFilter(TracieIEContext context, IConfiguration configuration, IHelper helper)
 {
     _configuration = configuration;
     _context       = context;
     _helper        = helper;
 }