I need to make multiple insert to multiple table have relation with each other
all id in all table is identity and already do model relation to it
in visual studio 2015
what i need actually when user click submit
Save the following data
Name,Email,Salary,DistrictId in table Employee
EmployeeId,CourseId in table EmployeeCourse
EmployeeId,LanaguageId,LevelId in table EmployeeLangage
what i write in create function in empcourse controller
my diagram and interface found in link bellow
http://www.mediafire.com/view/mn44bl69zkrjukp/Interface3.jpg