public AttachmentLogService(IAttachmentLogRepository repository)
 {
     _repository = repository;
 }
Пример #2
0
 public AttachmentRepository(EyeAssetDbContext context, IAttachmentLogRepository logRepository)
 {
     _context       = context;
     _logRepository = logRepository;
 }