Interface IDownloadDal
Downloads data access functionality.
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.SQL.Abstractions.dll
Syntax
public interface IDownloadDal
Methods
View SourceLogDownloadRequestAsync(string, string, Guid, bool)
Logs a download request.
Declaration
Task LogDownloadRequestAsync(string user, string title, Guid crashId, bool isRetailSandbox)
Parameters
Type | Name | Description |
---|---|---|
string | user | |
string | title | |
Guid | crashId | |
bool | isRetailSandbox |
Returns
Type | Description |
---|---|
Task | A task representing the work to log a download request. |