Hello am calling from a class to test my product however i keep getting this error: "Object reference not set to an instance of an object."
Testing:
global::OfficeSystem.Employees employees = new OfficeSystem.Employees();
employees.Delete(Convert.ToInt64("17")); <--- Primary Key
employees.GetEmployeeByOfficeID(Convert.ToInt64("6"));
What is the problem here?