public TransactionTypeRepository(AccountTrackerV2Context context) : base(context) { }
public VendorRepository(AccountTrackerV2Context context) : base(context) { }
//Base constructor public BaseRepository(AccountTrackerV2Context context) { Context = context; }
public CategoryRepository(AccountTrackerV2Context context) : base(context) { }