加入專案檔案。
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using CoreProfilerExample.Repository.Models.DataModels;
|
||||
|
||||
namespace CoreProfilerExample.Repository.Interfaces
|
||||
{
|
||||
public interface IWeatherForecastRepository
|
||||
{
|
||||
public Task<IEnumerable<WeatherForecastDataModel>> GetAsync(int days);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user