Exemplo n.º 1
0
 public UserAccountService(UserAccountDBContext dbContext)
 {
     this._dbc = dbContext;
 }