Beispiel #1
0
 public TagRepository(BudjitContext context)
 {
     this.db = context;
 }
 public TransactionRepository(BudjitContext context)
 {
     this.db = context;
 }