Newer
Older
eShopOnWeb-VerticalFeatureSlices / src / ApplicationCore / Interfaces / IUriComposer.cs
@Derek Comartin Derek Comartin on 27 Jul 2021 159 bytes Init
namespace Microsoft.eShopWeb.ApplicationCore.Interfaces
{
    public interface IUriComposer
    {
        string ComposePicUri(string uriTemplate);
    }
}