加入專案檔案。
This commit is contained in:
10
CoreProfilerExample.Service/Interfaces/IWeatherService.cs
Normal file
10
CoreProfilerExample.Service/Interfaces/IWeatherService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
using CoreProfilerExample.Service.Models.Dtos;
|
||||
using CoreProfilerExample.Service.Models.ParameterDtos;
|
||||
|
||||
namespace CoreProfilerExample.Service.Interfaces
|
||||
{
|
||||
public interface IWeatherService
|
||||
{
|
||||
public Task<GetWeatherForecastDto> GetWeatherForecastAsync(GetWeatherForecastParameterDto parameterDto);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user