예제 #1
0
파일: gateway.cs 프로젝트: ilana10/rep5
 //[Route("Post")]
 public void Post(dtoGetaway g)
 {
     //זה מה שצריך לעבוד בסוף
     g.Insert();
 }