Пример #1
0
 public AnnotationsController(IGoogleDocApiClient googleDocApiClient, IAnnotationsParser annotationsParser, IAnnotationsCache annotationsCache)
 {
     this.googleDocApiClient = googleDocApiClient;
     this.annotationsParser  = annotationsParser;
     this.annotationsCache   = annotationsCache;
 }