コード例 #1
0
 public ToDoDataService(IRepositoryAll repositoryAll)
 {
     _repositoryAll = repositoryAll;
 }
コード例 #2
0
 public DataService(IRepositoryAll <DB.Context.Entry> repositoryAll, ILogger <DataService> logger, IMapper mapper)
 {
     this.repositoryAllEntry = repositoryAll;
     this.mapper             = mapper;
 }