Skip to content

Commit

Permalink
chore: optimize usings
Browse files Browse the repository at this point in the history
  • Loading branch information
russkyc committed Jun 8, 2023
1 parent 027d5cf commit 924b68f
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 24 deletions.
2 changes: 0 additions & 2 deletions Russkyc.GroomWise/Services/Factory/AccountFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Unauthorized copying or redistribution of all files, in source and binary forms via any medium
// without written, signed consent from the author is strictly prohibited.

using Russkyc.Abstractions.Abstractions;

namespace GroomWise.Services.Factory;

public class AccountFactory : Factory<Account> { }
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Unauthorized copying or redistribution of all files, in source and binary forms via any medium
// without written, signed consent from the author is strictly prohibited.

using Russkyc.Abstractions.Abstractions;

namespace GroomWise.Services.Factory;

public class AddAppointmentsViewFactory : Factory<AddAppointmentsView>
Expand Down
2 changes: 0 additions & 2 deletions Russkyc.GroomWise/Services/Factory/AppointmentFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Unauthorized copying or redistribution of all files, in source and binary forms via any medium
// without written, signed consent from the author is strictly prohibited.

using Russkyc.Abstractions.Abstractions;

namespace GroomWise.Services.Factory;

public class AppointmentFactory : Factory<Appointment> { }
2 changes: 0 additions & 2 deletions Russkyc.GroomWise/Services/Factory/CustomerFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Unauthorized copying or redistribution of all files, in source and binary forms via any medium
// without written, signed consent from the author is strictly prohibited.

using Russkyc.Abstractions.Abstractions;

namespace GroomWise.Services.Factory;

public class CustomerFactory : Factory<Customer> { }
2 changes: 0 additions & 2 deletions Russkyc.GroomWise/Services/Factory/DialogFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Unauthorized copying or redistribution of all files, in source and binary forms via any medium
// without written, signed consent from the author is strictly prohibited.

using Russkyc.Abstractions.Abstractions;

namespace GroomWise.Services.Factory;

public class DialogFactory : Factory<DialogView>
Expand Down
2 changes: 0 additions & 2 deletions Russkyc.GroomWise/Services/Factory/EmployeeFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Unauthorized copying or redistribution of all files, in source and binary forms via any medium
// without written, signed consent from the author is strictly prohibited.

using Russkyc.Abstractions.Abstractions;

namespace GroomWise.Services.Factory;

public class EmployeeFactory : Factory<Employee> { }
2 changes: 0 additions & 2 deletions Russkyc.GroomWise/Services/Factory/MaterialIconFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Unauthorized copying or redistribution of all files, in source and binary forms via any medium
// without written, signed consent from the author is strictly prohibited.

using Russkyc.Abstractions.Abstractions;

namespace GroomWise.Services.Factory;

public class MaterialIconFactory : Factory<MaterialIcon> { }
2 changes: 0 additions & 2 deletions Russkyc.GroomWise/Services/Factory/NavItemFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Unauthorized copying or redistribution of all files, in source and binary forms via any medium
// without written, signed consent from the author is strictly prohibited.

using Russkyc.Abstractions.Abstractions;

namespace GroomWise.Services.Factory;

public class NavItemFactory : Factory<NavItem> { }
2 changes: 0 additions & 2 deletions Russkyc.GroomWise/Services/Factory/NotificationFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Unauthorized copying or redistribution of all files, in source and binary forms via any medium
// without written, signed consent from the author is strictly prohibited.

using Russkyc.Abstractions.Abstractions;

namespace GroomWise.Services.Factory;

public class NotificationFactory : Factory<Notification> { }
2 changes: 0 additions & 2 deletions Russkyc.GroomWise/Services/Factory/PetFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Unauthorized copying or redistribution of all files, in source and binary forms via any medium
// without written, signed consent from the author is strictly prohibited.

using Russkyc.Abstractions.Abstractions;

namespace GroomWise.Services.Factory;

public class PetFactory : Factory<Pet> { }
2 changes: 0 additions & 2 deletions Russkyc.GroomWise/Services/Factory/RoleFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Unauthorized copying or redistribution of all files, in source and binary forms via any medium
// without written, signed consent from the author is strictly prohibited.

using Russkyc.Abstractions.Abstractions;

namespace GroomWise.Services.Factory;

public class RoleFactory : Factory<Role> { }
2 changes: 0 additions & 2 deletions Russkyc.GroomWise/Services/Factory/SessionFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
// Unauthorized copying or redistribution of all files, in source and binary forms via any medium
// without written, signed consent from the author is strictly prohibited.

using Russkyc.Abstractions.Abstractions;

namespace GroomWise.Services.Factory;

public class SessionFactory : Factory<Session> { }

0 comments on commit 924b68f

Please sign in to comment.