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
Sivakumar
NA
551
218.4k
multiple tables to get the values
Aug 20 2015 5:15 AM
i have a tables like this :
in my project am created a component controller the code like this :
namespace Kiwi.Service.API.Controller.Controllers
{
[Authorize]
[RoutePrefix("api/Components")]
public class ComponentsController : ApiController
{
[Route("{componentId}/metrics/{teamId}")]
public void GetTeamComponentVote(int teamId, int cardId)
{
throw new NotImplementedException();
}
}
}
i have a data access class also
please give me a code how to get values.
Reply
Answers (
3
)
Error: No overload for method takes 0 arguments
need to read xml attribute value