예제 #1
0
 public EntityLog(TracieIEContext context)
 {
     _context = context;
 }
예제 #2
0
 public Repository(TracieIEContext context)
 {
     _context = context;
 }
 public AuthorizeActionFilter(TracieIEContext context, IConfiguration configuration, IHelper helper)
 {
     _configuration = configuration;
     _context       = context;
     _helper        = helper;
 }