您好,我从一个班级打电话来测试我的产品,但是我不断收到此错误:“对象引用未设置为对象的实例。”
测试:
global::OfficeSystem.Employees employees = new OfficeSystem.Employees();
employees.Delete(Convert.ToInt64("17")); <--- Primary Key
employees.GetEmployeeByOfficeID(Convert.ToInt64("6"));
这里有什么问题?