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