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