public StatMasterResponse Post([FromBody] StatMasterRequest req) { StatMasterResponse resp = new StatMasterResponse(req); return(resp); }
public StatMasterResponse(StatMasterRequest req) { MasterStat = User.GetMasterStat(req.Sessionid, req.Start, req.End); }