mirror of
https://github.com/eliasstepanik/SimpleFunctions.git
synced 2026-01-11 05:38:32 +00:00
6 lines
133 B
C#
6 lines
133 B
C#
namespace Functions.Services.Interfaces;
|
|
|
|
public interface INativeCommandWrapper
|
|
{
|
|
public Task<string> GetContainerIdSelf();
|
|
} |