Friday 12 February 2016

MVC - fix Error - An object reference is required for the non-static field, method, or property


Watch this solution on YouTUbe



Replace
 public static void SaveCustomer(CustomerToUpdate customer)
with
 public void SaveCustomer(CustomerToUpdate customer)



No comments:

Post a Comment