public DefaultGraphicUploadProvider(IFileCommandClient client) { _client = client; }
public DefaultFileUploadProvider(string fileDir, string hostUrl, IFileCommandClient client) { _fileDir = fileDir; _hostUrl = hostUrl; _client = client; }