Interface IRepository

Generic repository interface, suitable for use with all models to decouple data storage from the application

interface IRepository(T) ;

Methods

NameDescription
get
post
put
remove