Example #1
0
 //[Route("Post")]
 public void Post(dtoGetaway g)
 {
     //זה מה שצריך לעבוד בסוף
     g.Insert();
 }