TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vidhi Patel
NA
44
17.6k
can not type implicity how to solve it
Sep 15 2016 5:27 AM
using MyWealthFirst.Models;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.Mvc;
namespace MyWealthFirst.Controllers
{
public class HomeController : Controller
{
//
// GET: /Home/
CompanyContext CompanyContext = new CompanyContext();
public ActionResult Home()
{
return View();
}
public ActionResult About()
{
return View("");
}
public ActionResult Details(int id)
{
CompanyContext company = CompanyContext.Companyes.Single(c => c.id == id);
return View(CompanyContext);
}
}
}
Reply
Answers (
2
)
dot moving in circle
Multiplicity of an association