Свойство | Type | Description | |
---|---|---|---|
BaseServiceUrl | string |
Méthode | 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 | |
Résultat | Task |
public CreateProductAsync ( CreateProductCommand cmd ) : Task |
||
cmd | CreateProductCommand | |
Résultat | Task |
public GetProductAsync ( System.Guid id ) : Task |
||
id | System.Guid | |
Résultat | Task |
public ProductExists ( string code ) : Task |
||
code | string | |
Résultat | Task |