roadie/Roadie.Api.Library/Utility/IHttpContext.cs
2019-07-03 11:21:29 -05:00

8 lines
No EOL
164 B
C#

namespace Roadie.Library.Utility
{
public interface IHttpContext
{
string BaseUrl { get; set; }
string ImageBaseUrl { get; set; }
}
}