services.AddTransient<JsonFileChampService>();
Does anyone know what the the less than and greater than symbols do after the method name but before the ()?
JsonFileChampService is a .cs file.
In general, what does the '< >' do in C#/.Net/ ASP.net?
Thank you!