コード例 #1
0
ファイル: TagRepository.cs プロジェクト: jangocheng/budjit
 public TagRepository(BudjitContext context)
 {
     this.db = context;
 }
コード例 #2
0
 public TransactionRepository(BudjitContext context)
 {
     this.db = context;
 }