* re-namespace * optimize usings * more usings * more of the same * more implicit/global usings * cleanup all usings * minor fixes
8 lines
199 B
C#
8 lines
199 B
C#
namespace ErsatzTV.ViewModels;
|
|
|
|
public class PlexPathReplacementEditViewModel
|
|
{
|
|
public int Id { get; set; }
|
|
public string PlexPath { get; set; }
|
|
public string LocalPath { get; set; }
|
|
} |