8 lines
108 B
C#
8 lines
108 B
C#
namespace YLErp.Abstract
|
|
{
|
|
public interface IJsonSerializable
|
|
{
|
|
string ToJson();
|
|
}
|
|
}
|