Ejemplo n.º 1
0
 public PostService(UsDbContext dbContext)
 {
     this.dbContext = dbContext;
 }
 public AccountService(UsDbContext dbContext)
 {
     this.dbContext = dbContext;
 }