public TransactionTypeRepository(AccountTrackerV2Context context) : base(context)
 {
 }
Exemplo n.º 2
0
 public VendorRepository(AccountTrackerV2Context context) : base(context)
 {
 }
Exemplo n.º 3
0
 //Base constructor
 public BaseRepository(AccountTrackerV2Context context)
 {
     Context = context;
 }
Exemplo n.º 4
0
 public CategoryRepository(AccountTrackerV2Context context) : base(context)
 {
 }