CORS, Theme, Better flow and dotnet tools
This commit is contained in:
9
Shared/Models/Stateless/IWeatherForecastController.cs
Normal file
9
Shared/Models/Stateless/IWeatherForecastController.cs
Normal file
@ -0,0 +1,9 @@
|
||||
namespace Expose.MyIT.Shared.Models.Stateless;
|
||||
|
||||
public interface IWeatherForecastController<T>
|
||||
{
|
||||
|
||||
static string GetRouteName() => nameof(IWeatherForecastController<T>)[1..^10];
|
||||
T Get();
|
||||
|
||||
}
|
Reference in New Issue
Block a user