Ejemplo n.º 1
0
    public UpdatePropertyValueConfigurationVisitor(ILogger logger, NotionCache notionCache)
    {
        _logger      = logger;
        _notionCache = notionCache;

        Order = 30;
    }
 public NotionCachePropertyConfigurationVisitor(
     ILogger logger,
     NotionCache notionCache)
 {
     _logger      = logger;
     _notionCache = notionCache;
     Order        = 20;
 }
Ejemplo n.º 3
0
 public UpdateObjectContainerVisitor(ILogger logger, NotionCache notionCache)
 {
     _logger      = logger;
     _notionCache = notionCache;
     Order        = 10;
 }
Ejemplo n.º 4
0
 public NotionCacheObjectVisitor(NotionCache notionCache)
 {
     _notionCache = notionCache;
 }