mirror of
https://github.com/alex289/CleanArchitecture.git
synced 2025-07-04 12:32:57 +00:00
7 lines
151 B
C#
7 lines
151 B
C#
namespace CleanArchitecture.gRPC.Models;
|
|
|
|
public sealed class GRPCSettings
|
|
{
|
|
public string CleanArchitectureUrl { get; set; } = string.Empty;
|
|
}
|