Cum inserez in blog fragmente de cod preluate din VS2010

Adica ceva de genul:

//
// GET: /Acc/ public ActionResult Index() {
//return View();
AccIndexViewModel viewdata = new AccIndexViewModel(repository.GetAccs(), repository.GetAgenti());
return View("Index", viewdata); }

Read more of this post

Follow

Get every new post delivered to your Inbox.