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