reactredux/webapi/WeatherForecast/Services/ContentService.cs

13 lines
147 B
C#

namespace WeatherForecast.Services {
public interface IContentService {
}
public class ContentService : IContentService {
}
}