Ejemplo n.º 1
0
 public ToDoDataService(IRepositoryAll repositoryAll)
 {
     _repositoryAll = repositoryAll;
 }
Ejemplo n.º 2
0
 public DataService(IRepositoryAll <DB.Context.Entry> repositoryAll, ILogger <DataService> logger, IMapper mapper)
 {
     this.repositoryAllEntry = repositoryAll;
     this.mapper             = mapper;
 }