示例#1
0
 public TimeKeeper(IProjectLogRepository projectLogRepository, ISendLogProject sendLogProject)
 {
     this.projectLogRepository = projectLogRepository;
     this.sendLogProject       = sendLogProject;
 }
示例#2
0
 public ProjectLogAppService(IUnitOfWork unitOfWork, IProjectLogRepository repository) : base(unitOfWork)
 {
     this._repository = repository;
 }