Cum inserez in blog fragmente de cod preluate din VS2010
05/05/2010 Scrie un comentariu
Adica ceva de genul:
//
// GET: /Acc/ public ActionResult Index() {
//return View();
AccIndexViewModel viewdata = new AccIndexViewModel(repository.GetAccs(), repository.GetAgenti());
return View("Index", viewdata); }