/// <summary> /// 删除 /// </summary> /// <param name="department"></param> /// <param name="Id"></param> /// <returns></returns> public int GetDepartment(IDepartmentServerce department, int Id) { throw new NotImplementedException(); }
/// <summary> /// 添加 /// </summary> /// <param name="department"></param> /// <returns></returns> public int Add(IDepartmentServerce department) { throw new NotImplementedException(); }