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