Dear All,
I am beginner in ASP .net MVC and Angular 5.
I was trying to call multiple htttp get using Angular 5 to Single API controller of MVC.
But I am getting Error status code of 400.
When I am trying to change signature even at that time I am getting same Error.
I have following Http Get Methods :-
- public List
GetStudentList( int studentID) - {
- return _libraryRepository.GetStudentList(studentID);
- }
- public List
GetteacherList( int teacherID) - {
- return _libraryRepository.GetTeachertList(teacherID);
- }
Please help me to overcome this problem.
Thanking You in advance.
Jignesh KumarPosted Mar 11, 2019, 9:44 AM
Salman BegPosted Mar 11, 2019, 9:44 AM