Ejemplo n.º 1
0
 public NomorViewModel(NomorSearchViewModel nomorSearch, INomorsInterface nomorService,
                       NomorAddEditViewModel nomorAddEditViewModel)
     : base(nomorSearch, nomorAddEditViewModel)
 {
     _nomorService = nomorService;
 }
 public TransactionsService(IRepository <Transaction> repository, INomorsInterface nomorService, ISettingsInterface settingService) : base(repository)
 {
     _nomorService   = nomorService;
     _settingService = settingService;
 }