mirror of
https://github.com/sphildreth/roadie
synced 2024-11-26 06:00:23 +00:00
8 lines
No EOL
164 B
C#
8 lines
No EOL
164 B
C#
namespace Roadie.Library.Utility
|
|
{
|
|
public interface IHttpContext
|
|
{
|
|
string BaseUrl { get; set; }
|
|
string ImageBaseUrl { get; set; }
|
|
}
|
|
} |