示例#1
0
 public CommonBindings(BindingCompilationService service)
 {
     this.BindingCompilationService = service;
 }
 public DotvvmBindingCacheHelper(IDotvvmCacheAdapter cache, BindingCompilationService compilationService)
 {
     this.cache = cache ?? throw new ArgumentNullException(nameof(cache));
     this.compilationService = compilationService;
 }