Add export from nsi-common service
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
namespace Hcs.ClientApi.RemoteCaller
|
||||
{
|
||||
public interface IHcsGetStateResultOne : IHcsGetStateResult
|
||||
{
|
||||
object Item { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user