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