Exemplo n.º 1
0
 public TokenServices(EtherdeltaDBContext etherdeltaDBContext)
 {
     _etherdeltaDBContext = etherdeltaDBContext;
 }
Exemplo n.º 2
0
 public AccountServices(EtherdeltaDBContext etherdeltaDBContext)
 {
     _etherdeltaDBContext = etherdeltaDBContext;
 }