Пример #1
0
 public TypesRespository()
 {
     this._typesDapper        = new TypesDapper();
     this._typesQueryService  = new TypesQueryService();
     this._budgetQueryService = new BudgetQueryService();
 }
Пример #2
0
 public RecordRespository()
 {
     this._recordDapper       = new RecordDapper();
     this._recordQueryService = new RecordQueryService();
     this._typesDapper        = new TypesDapper();
 }