cicd
This commit is contained in:
10
PARR.API/Services/Interfaces/IUriService.cs
Normal file
10
PARR.API/Services/Interfaces/IUriService.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
namespace PARR.API.Services.Interfaces
|
||||
{
|
||||
public interface IUriService
|
||||
{
|
||||
Uri GetBaseUri();
|
||||
Uri GetUri(string apiRoutesGet, string apiRoutesGetParam, string value);
|
||||
Uri GetUri(string apiRoutesGet, string apiRoutesGetParam, Guid value);
|
||||
Uri GetAllUri(string apiRoutesGetAll);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user