SimpleFunctions/Functions/Services/Interfaces/INativeCommandWrapper.cs
Elias Stepanik f0e056f207 Stuff
2023-05-31 22:22:03 +02:00

6 lines
133 B
C#

namespace Functions.Services.Interfaces;
public interface INativeCommandWrapper
{
public Task<string> GetContainerIdSelf();
}