Property | Type | Description | |
---|---|---|---|
NoteRepository | System |
Method | Description | |
---|---|---|
Create ( |
||
Delete ( int id ) : void | ||
Read ( int id ) : |
||
ReadAll ( ) : IEnumerable |
||
ReadAll ( int skip, int take ) : PagedList |
||
ReadAllAsync ( ) : Task |
||
Update ( |
Method | Description | |
---|---|---|
NoteRepository ( ) : System |
public static ReadAll ( int skip, int take ) : PagedList |
||
skip | int | |
take | int | |
return | PagedList |