Fix namespaces
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
namespace Types.Annotations;
|
||||
namespace Core.Annotations;
|
||||
|
||||
[AttributeUsage(AttributeTargets.Class)]
|
||||
public class Injectable(InjectionType injectionType = InjectionType.Scoped, Type? type = null) : Attribute
|
||||
|
||||
Reference in New Issue
Block a user