Пример #1
0
 protected override void Dispose(bool disposing)
 {
     if (disposing)
     {
         MasMainflow = null;
     }
     base.Dispose(disposing);
 }
        public ActionResult Index()
        {
            MAS_MainFlow.ServiceClient MasMainflow = new MAS_MainFlow.ServiceClient();

            ViewBag.Title = "Home Page";

            return(View());
        }