7 lines
110 B
C#
7 lines
110 B
C#
namespace BuildMultiObjectJson
|
|
{
|
|
public interface IJsonConvertService
|
|
{
|
|
void Run();
|
|
}
|
|
} |