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