OpenAuth.Net/OpenAuth.App/DynamicApiApp/Request/AddOrUpdateDynamicEntityReq.cs

10 lines
179 B
C#

namespace OpenAuth.App.Request
{
public class AddOrUpdateDynamicEntityReq
{
public string TableName { get; set; }
public string Obj { get; set; }
}
}