Exemplo n.º 1
0
        public StatMasterResponse Post([FromBody] StatMasterRequest req)
        {
            StatMasterResponse resp = new StatMasterResponse(req);

            return(resp);
        }
Exemplo n.º 2
0
 public StatMasterResponse(StatMasterRequest req)
 {
     MasterStat = User.GetMasterStat(req.Sessionid, req.Start, req.End);
 }