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