The method db.Personer.Add()
expects you to pass in an object of type Personer
but you are passing in two strings. You need to create a new Personer
object, set any properties you want, then pass that to db.Personer.Add()
1
solved the best overloaded method match for x has some invalid arguments (two more errors)