コード例 #1
0
 public ScheduleJobService(TTWebDbContext db)
 {
     this.db = db;
 }
コード例 #2
0
ファイル: AppUserService.cs プロジェクト: eragonwien/TTWeb
 public AppUserService(TTWebDbContext db, IPasswordHelperService pwd)
 {
     this.db  = db;
     this.pwd = pwd;
 }