Inject controllers and services
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
namespace Core.Services;
|
||||
using Core.Annotations;
|
||||
|
||||
namespace Core.Services;
|
||||
|
||||
[Injectable(InjectionType.Singleton)]
|
||||
public class InMemoryCacheService
|
||||
{
|
||||
// Store data into an in-memory object
|
||||
|
||||
Reference in New Issue
Block a user