* re-namespace * optimize usings * more usings * more of the same * more implicit/global usings * cleanup all usings * minor fixes
7 lines
150 B
C#
7 lines
150 B
C#
namespace ErsatzTV.ViewModels;
|
|
|
|
public class LocalLibraryPathEditViewModel
|
|
{
|
|
public int Id { get; set; }
|
|
public string Path { get; set; }
|
|
} |