예제 #1
0
파일: AccountDA.cs 프로젝트: MTrajK/Loger
 public AccountDA(ILogerContext dbContext)
 {
     _dbContext = dbContext;
 }
예제 #2
0
 public HomeDA(ILogerContext dbContext)
 {
     _dbContext = dbContext;
 }
예제 #3
0
파일: ProfileDA.cs 프로젝트: nzysoft/Loger
 public ProfileDA(ILogerContext dbContext)
 {
     _dbContext = dbContext;
 }