コード例 #1
0
ファイル: SampleSeed.cs プロジェクト: claussoegaard/Puddebt
        public SampleSeed(TrendContext context, UserManager<PuddebtUser> userManager) 
		{
			_context = context;
			_userManager = userManager;
		}
コード例 #2
0
 public TrendController(TrendContext trendContext)
 {
     _trendContext = trendContext;
 }
コード例 #3
0
ファイル: TrendRepo.cs プロジェクト: claussoegaard/Puddebt
 public TrendRepo(TrendContext context)
 {
     _context = context;
 }