Exemplo n.º 1
0
        public SampleSeed(TrendContext context, UserManager<PuddebtUser> userManager) 
		{
			_context = context;
			_userManager = userManager;
		}
Exemplo n.º 2
0
 public TrendController(TrendContext trendContext)
 {
     _trendContext = trendContext;
 }
Exemplo n.º 3
0
 public TrendRepo(TrendContext context)
 {
     _context = context;
 }