Example #1
0
        public ActionResult Post(KillStatScrapy model)
        {
            //ModelBaseReturn retorno = null;
            try
            {
                //retorno = _killStatsService.SaveScrapyPlayer(player);

                // if (retorno.Status == System.Net.HttpStatusCode.Created)
                // {
                //     retorno.UrlCreated = Url.Action("Get", "KillStats", new { name = player.Name });
                // }

                // return ReturnBasedServiceLayer(retorno);
                return(null);
            }
            catch (Exception ex)
            {
                return(BadRequest(ex.Message));
            }
        }
 public ModelBaseReturn SaveFromScrapy(KillStatScrapy model)
 {
     return(null);
 }