6 lines
162 B
C#
6 lines
162 B
C#
|
|
namespace Brizco.Infrastructure.Models;
|
|||
|
|
|
|||
|
|
public static class RestAddress
|
|||
|
|
{
|
|||
|
|
public static string BaseKaveNegar { get => "https://api.kavenegar.com/v1/"; }
|
|||
|
|
}
|