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