Example #1
0
 public UserRepository(AnmDbContext context)
 {
     this._context = context;
 }
 public WalletRepository(AnmDbContext context)
 {
     this._context = context;
 }