First running edit version
This commit is contained in:
14
Tv7Playlist/Models/PlaylistEntryEditViewModel.cs
Normal file
14
Tv7Playlist/Models/PlaylistEntryEditViewModel.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using Tv7Playlist.Data;
|
||||
|
||||
namespace Tv7Playlist.Models
|
||||
{
|
||||
public class PlaylistEntryEditViewModel
|
||||
{
|
||||
public PlaylistEntryEditViewModel(PlaylistEntry playlistEntry)
|
||||
{
|
||||
PlaylistEntry = playlistEntry;
|
||||
}
|
||||
|
||||
public PlaylistEntry PlaylistEntry { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user