7 lines
133 B
C#
7 lines
133 B
C#
namespace Application.Web;
|
|
|
|
public class FightParms
|
|
{
|
|
public string fightId { get; set; }
|
|
public string data { get; set; }
|
|
} |