Method | Description | |
---|---|---|
DeleteLoad ( |
Delete
|
|
GetAll ( ) : IEnumerable |
Get All Loads
|
|
LoadService ( ILoadRepository loadRepository ) : System.Collections.Generic | ||
SaveLoad ( |
Save New
|
|
UpdateLoad ( |
Update Existing
|
public DeleteLoad ( |
||
load | ||
return | void |
public LoadService ( ILoadRepository loadRepository ) : System.Collections.Generic | ||
loadRepository | ILoadRepository | |
return | System.Collections.Generic |
public SaveLoad ( |
||
load | ||
return | bool |
public UpdateLoad ( |
||
load | ||
return | bool |