|
|
@ -14,6 +14,11 @@ namespace Shentun.WebPeis.QuestionRegisters |
|
|
public class QuestionRegisterAppService : ApplicationService |
|
|
public class QuestionRegisterAppService : ApplicationService |
|
|
{ |
|
|
{ |
|
|
private readonly IRepository<QuestionRegister> _repository; |
|
|
private readonly IRepository<QuestionRegister> _repository; |
|
|
|
|
|
private readonly IRepository<QuestionRegisterItem> _questionRegisterItemRepository; |
|
|
|
|
|
//private readonly IRepository<QuestionRegister> _repository;
|
|
|
|
|
|
//private readonly IRepository<QuestionRegister> _repository;
|
|
|
|
|
|
//private readonly IRepository<QuestionRegister> _repository;
|
|
|
|
|
|
|
|
|
public QuestionRegisterAppService(IRepository<QuestionRegister> repository) |
|
|
public QuestionRegisterAppService(IRepository<QuestionRegister> repository) |
|
|
{ |
|
|
{ |
|
|
_repository = repository; |
|
|
_repository = repository; |
|
|
|