9 lines
192 B
C#
9 lines
192 B
C#
using cuqmbr.TravelGuide.Domain.Enums;
|
|
|
|
namespace cuqmbr.TravelGuide.Application.Common.Interfaces.Services;
|
|
|
|
public interface SessionCurrencyService
|
|
{
|
|
public Currency Currency { get; }
|
|
}
|