Example #1
0
 public AccountDA(ILogerContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #2
0
 public HomeDA(ILogerContext dbContext)
 {
     _dbContext = dbContext;
 }
Example #3
0
 public ProfileDA(ILogerContext dbContext)
 {
     _dbContext = dbContext;
 }