refactor namespaces and imports (#670)
* re-namespace * optimize usings * more usings * more of the same * more implicit/global usings * cleanup all usings * minor fixes
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
namespace ErsatzTV.ViewModels
|
||||
namespace ErsatzTV.ViewModels;
|
||||
|
||||
public class RemoteMediaSourcePathReplacementEditViewModel
|
||||
{
|
||||
public class RemoteMediaSourcePathReplacementEditViewModel
|
||||
{
|
||||
public int Id { get; set; }
|
||||
public string RemotePath { get; set; }
|
||||
public string LocalPath { get; set; }
|
||||
}
|
||||
}
|
||||
public int Id { get; set; }
|
||||
public string RemotePath { get; set; }
|
||||
public string LocalPath { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user