Method | Description | |
---|---|---|
AdoUserRepository ( string connectionString ) : Data.Interfaces | ||
GetAll ( ) : ICollection |
||
GetById ( int id ) : User | ||
Insert ( entity ) : void | ||
Remove ( int id ) : void | ||
Update ( entity ) : void |
public AdoUserRepository ( string connectionString ) : Data.Interfaces | ||
connectionString | string | |
return | Data.Interfaces |