Esempio n. 1
0
 public OwaController(IWopiServer wopiServer, IWebDavManager webDavManager, IAuthenticationService authenticationService, IAccessTokenManager tokenManager, ICryptography cryptography, ICobaltManager cobaltManager)
 {
     _wopiServer = wopiServer;
     _webDavManager = webDavManager;
     _authenticationService = authenticationService;
     _tokenManager = tokenManager;
     _cryptography = cryptography;
     _cobaltManager = cobaltManager;
 }
Esempio n. 2
0
 public OwaController(IWopiServer wopiServer, IWebDavManager webDavManager, IAuthenticationService authenticationService, IAccessTokenManager tokenManager, ICryptography cryptography, ICobaltManager cobaltManager)
 {
     _wopiServer            = wopiServer;
     _webDavManager         = webDavManager;
     _authenticationService = authenticationService;
     _tokenManager          = tokenManager;
     _cryptography          = cryptography;
     _cobaltManager         = cobaltManager;
 }