Ejemplo n.º 1
0
 public AutoMapperConfig()
 {
     DbContext = new ApplicationDbContext();
     hBHelper  = new HBHelper(DbContext);
 }
 public CategoryController()
 {
     DbContext = new ApplicationDbContext();
     hBHelper  = new HBHelper(DbContext);
 }
 public BankAccountCheckParticipant()
 {
     hBHelper = new HBHelper(DbContext);
 }
Ejemplo n.º 4
0
 public HouseHoldController()
 {
     DbContext = new ApplicationDbContext();
     hBHelper  = new HBHelper(DbContext);
 }
 public BankAccountCheckOwner()
 {
     hBHelper = new HBHelper(DbContext);
 }
Ejemplo n.º 6
0
 public TransactionCheckOwner()
 {
     hBHelper = new HBHelper(DbContext);
 }
 public HouseholdCheckOwner()
 {
     hBHelper = new HBHelper(DbContext);
 }
 public BankAccountController()
 {
     DbContext = new ApplicationDbContext();
     hBHelper  = new HBHelper(DbContext);
 }
 public TransactionController()
 {
     DbContext = new ApplicationDbContext();
     hBHelper  = new HBHelper(DbContext);
 }
 public CategoryCheckOwner()
 {
     hBHelper = new HBHelper(DbContext);
 }
 public TransactionCheckParticipant()
 {
     hBHelper = new HBHelper(DbContext);
 }