细节调整
This commit is contained in:
parent
ca07f80b21
commit
00e5326c26
|
|
@ -4,6 +4,7 @@ using Microsoft.AspNetCore.Mvc;
|
|||
|
||||
namespace LY.App.Controllers
|
||||
{
|
||||
[Route("api/[controller]/[action]")]
|
||||
public class UploadController : Controller
|
||||
{
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +0,0 @@
|
|||
namespace LY.App
|
||||
{
|
||||
public class WeatherForecast
|
||||
{
|
||||
public DateTime Date { get; set; }
|
||||
|
||||
public int TemperatureC { get; set; }
|
||||
|
||||
public int TemperatureF => 32 + (int)(TemperatureC / 0.5556);
|
||||
|
||||
public string? Summary { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue