move project
This commit is contained in:
8
Models/DetailsViewModel.cs
Normal file
8
Models/DetailsViewModel.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace TagVid.Models;
|
||||
|
||||
public class DetailsViewModel
|
||||
{
|
||||
public string VideoId { get; set; } = string.Empty;
|
||||
public string Title { get; set; } = string.Empty;
|
||||
public List<string> Tags { get; set; } = new List<string>();
|
||||
}
|
Reference in New Issue
Block a user