Interface IRepository
Generic repository interface, suitable for use with all models to decouple data storage from the application
interface IRepository(T)
;
Methods
| Name | Description |
|---|---|
get
|
|
post
|
|
put
|
|
remove
|