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