public TransactionTypeRepository(AccountTrackerV2Context context) : base(context)
 {
 }
示例#2
0
 public VendorRepository(AccountTrackerV2Context context) : base(context)
 {
 }
示例#3
0
 //Base constructor
 public BaseRepository(AccountTrackerV2Context context)
 {
     Context = context;
 }
示例#4
0
 public CategoryRepository(AccountTrackerV2Context context) : base(context)
 {
 }