Beispiel #1
0
 public TypesRespository()
 {
     this._typesDapper        = new TypesDapper();
     this._typesQueryService  = new TypesQueryService();
     this._budgetQueryService = new BudgetQueryService();
 }
Beispiel #2
0
 public BudgetRespository()
 {
     this._budgetDapper       = new BudgetDapper();
     this._budgetQueryService = new BudgetQueryService();
 }