Exemplo n.º 1
0
 public IHttpActionResult CreateNewOther(OtherActionCreationModel model)
 {
     Console.WriteLine("create new other action check");
     if (model != null && ModelState.IsValid)
     {
         return(Ok());
     }
     return(BadRequest());
 }
 public void CreateNewOtherAction(OtherActionCreationModel model)
 {
     throw new NotImplementedException();
 }