IUsersRepository Interface
Namespace: RecordVisitors
Assembly: RecordVisitors
Assembly Version: 1.0.0+941d3002b81283b9d5c598cff49e5898a83bf6f6
the connection to the storage( database, csv , others)
public interface IUsersRepository
Properties
| Name | Description |
|---|---|
| RecordJustLatest | if record just latest user interaction or all ( the database will be inflated ...) |
Methods
| Name | Description |
|---|---|
| GetUserId(string) | Get user id after the user name |
| GetUsers(uint) | obtain latest users |
| SaveHistory(IRequestRecorded) | save history for the user |
| SaveUser(Claim) | save the user |
| UserRecordedUrls(string, DateTime, DateTime) | obtain visitors from date to date |
Documentation generated by MdDocs