13 lines
147 B
C#
13 lines
147 B
C#
namespace WeatherForecast.Services {
|
|
|
|
public interface IContentService {
|
|
|
|
}
|
|
|
|
public class ContentService : IContentService {
|
|
|
|
}
|
|
|
|
|
|
}
|