Browse Source
After separating the Update action it was unnecessary, so removed it and its dependenciespull/92/head
7 changed files with 8 additions and 43 deletions
@ -1,9 +0,0 @@ |
|||
using System; |
|||
|
|||
namespace EShopOnAbp.OrderingService.Orders |
|||
{ |
|||
public class SetAsShippedDto |
|||
{ |
|||
public int OrderStatusId { get; set; } |
|||
} |
|||
} |
|||
Loading…
Reference in new issue