mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-06-30 02:31:08 +00:00
6 lines
150 B
C#
6 lines
150 B
C#
namespace CleanArchitecture.gRPC.Models;
|
|
|
|
public sealed class GRPCSettings
|
|
{
|
|
public string CleanArchitectureUrl { get; set; } = string.Empty;
|
|
} |