Method | Description | |
---|---|---|
Add ( |
||
AddAsync ( |
||
Find ( string id ) : |
||
FindAsync ( System.Guid id ) : Task |
||
GetAll ( ) : IEnumerable |
||
GetAllAsync ( ) : Task |
||
Init ( ) : void | ||
InitAsync ( ) : System.Threading.Tasks.Task | ||
Remove ( string id ) : |
||
RemoveAsync ( System.Guid id ) : Task |
||
Update ( |
||
UpdateAsync ( |
public AddAsync ( |
||
chapter | ||
return | System.Threading.Tasks.Task |
public InitAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public UpdateAsync ( |
||
chapter | ||
return | System.Threading.Tasks.Task |