2
votes
0answers
59 views

Basic and simple view, add, edit and delete functionality

I want to know what needs to improve with my application. Maybe there is a better way instead of what I am using currently. index.html: ...
2
votes
0answers
35 views

Am I correctly using MVC in my binding?

I have method in my Controller(GetAllPatients/EnrollmentQueue) which returns correct data(its array of ...