Untitled
Anonymous
plain_text
10/16/2023 8:32 AM
256 B
15
Indexable
public void ConfigureServices(IServiceCollection services)
{
services.AddSingleton<TodoRepository>(); // Register the TodoRepository as a singleton
services.AddControllers();
}
Editor is loading...