refactor namespace

This commit is contained in:
Frede Hundewadt 2022-06-19 08:04:19 +02:00
parent 5da32faac1
commit e041738e9c
2 changed files with 2 additions and 2 deletions

View file

@ -35,10 +35,10 @@ using Wonky.Entity.Views;
namespace Wonky.Client.Pages
{
public partial class CreateCompany : IDisposable
public partial class CompanyCreate : IDisposable
{
[Inject] public IToastService ToastService { get; set; }
[Inject] public ILogger<CreateCompany> Logger { get; set; }
[Inject] public ILogger<CompanyCreate> Logger { get; set; }
[Inject] public ILocalStorageService StorageService { get; set; }
[Inject] public NavigationManager Navigation { get; set; }
[Inject] public ICompanyHttpRepository CompanyRepo { get; set; }