Exemplo n.º 1
0
 public CurrencyRepository(EWalletContext context)
 {
     this.db = context;
 }
Exemplo n.º 2
0
 public OperationRepository(EWalletContext context)
 {
     this.db = context;
 }
Exemplo n.º 3
0
 public CategoryRepository(EWalletContext context)
 {
     this.db = context;
 }