Property | Type | Description | |
---|---|---|---|
BaseServiceUrl | string |
Method | Description | |
---|---|---|
AlterProductAsync ( System.Guid id, AlterProductCommand cmd ) : Task |
||
CreateProductAsync ( CreateProductCommand cmd ) : Task |
||
GetProductAsync ( System.Guid id ) : Task |
||
GetProductListAsync ( ) : Task |
||
ProductExists ( string code ) : Task |
public AlterProductAsync ( System.Guid id, AlterProductCommand cmd ) : Task |
||
id | System.Guid | |
cmd | AlterProductCommand | |
return | Task |
public CreateProductAsync ( CreateProductCommand cmd ) : Task |
||
cmd | CreateProductCommand | |
return | Task |
public GetProductAsync ( System.Guid id ) : Task |
||
id | System.Guid | |
return | Task |