コード例 #1
0
 public CategoryRepository(ExpenditureContext context) : base(context)
 {
     _ctx = context;
 }
コード例 #2
0
 public TransavtionRepostory(ExpenditureContext context) : base(context)
 {
     _ctx = context;
 }