fix Category and SubCategory Referencing and Providers ...
This commit is contained in:
@@ -52,6 +52,18 @@ namespace xCategoryService.Interfaces
|
||||
CancellationToken cancellationToken = default
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
/// Add Item by it's Locales and Reference ...
|
||||
/// </summary>
|
||||
/// <param name="item"></param>
|
||||
/// <param name="cancellationToken"></param>
|
||||
/// <returns></returns>
|
||||
[HttpPost("Resources/AddResource")]
|
||||
Task<ActionResult<XSubCategoryResourceDto>> AddResource(
|
||||
[FromBody] XSubCategoryResourceDto item,
|
||||
CancellationToken cancellationToken = default
|
||||
);
|
||||
|
||||
/// <summary>
|
||||
/// Remove Item for Specified Language ...
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user