2 changed files with 20 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||
|
using System; |
||||
|
using System.Collections.Generic; |
||||
|
using System.Text; |
||||
|
|
||||
|
namespace BBWY.Server.Model.Dto |
||||
|
{ |
||||
|
public class StartPromotionTaskRequest |
||||
|
{ |
||||
|
public long Id { get; set; } |
||||
|
} |
||||
|
} |
Loading…
Reference in new issue