Newer
Older
TestingWithoutInterfaces / src / ApplicationCore / Interfaces / IUriComposer.cs
@Derek Comartin Derek Comartin on 5 Dec 2022 141 bytes Init
namespace Microsoft.eShopWeb.ApplicationCore.Interfaces;

public interface IUriComposer
{
    string ComposePicUri(string uriTemplate);
}