Describe the solution you'd like. So I have the following service interface: interface NewsService { Task<NewsUpdate> GetNews(DateTime lastUpdate); } ...
確定! 回上一頁