All checks were successful
Restart Docker Container on Production / build (pull_request) Successful in 4m31s
8 lines
150 B
C#
8 lines
150 B
C#
using RBLNews.Shared.Models;
|
|
|
|
namespace RBLNews.Shared.Services.Contracts;
|
|
|
|
public interface IConfigService
|
|
{
|
|
AppSettingsModel AppSettings { get; }
|
|
} |