public TypesRespository() { this._typesDapper = new TypesDapper(); this._typesQueryService = new TypesQueryService(); this._budgetQueryService = new BudgetQueryService(); }
public RecordRespository() { this._recordDapper = new RecordDapper(); this._recordQueryService = new RecordQueryService(); this._typesDapper = new TypesDapper(); }