10 lines
203 B
C#
10 lines
203 B
C#
namespace dy.net.dto
|
|
{
|
|
public class DeleteInvalidVideoDto
|
|
{
|
|
public string AwId { get; set; }
|
|
public string Title { get; set; }
|
|
public string Path { get; set; }
|
|
}
|
|
}
|