Пример #1
0
 public ActionResult Create(GoodViewModel gvm)
 {
     GoodServiceClient gsc = new GoodServiceClient();
     gsc.create(gvm.Good);
     return RedirectToAction("Index");
 }