|
|
@ -29,8 +29,8 @@ public class IntegrationPackingNoteController : AbpController |
|
|
|
/// </summary>
|
|
|
|
/// <param name="input"></param>
|
|
|
|
[HttpPost("")] |
|
|
|
public virtual async Task CreateAsync(IntegrationPackingNoteEditInput input) |
|
|
|
public virtual async Task<IntegrationPackingNoteDTO> CreateAsync(IntegrationPackingNoteEditInput input) |
|
|
|
{ |
|
|
|
await _integrationPackingNoteAppService.CreateAsync(input).ConfigureAwait(false); |
|
|
|
return await _integrationPackingNoteAppService.CreateAsync(input).ConfigureAwait(false); |
|
|
|
} |
|
|
|
} |
|
|
|