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,4 +1,3 @@
|
||||
namespace ErsatzTV.Application.Playouts.Commands
|
||||
{
|
||||
public record CreatePlayoutResponse(int PlayoutId);
|
||||
}
|
||||
namespace ErsatzTV.Application.Playouts;
|
||||
|
||||
public record CreatePlayoutResponse(int PlayoutId);
|
||||
Reference in New Issue
Block a user