/// <summary> /// Create a new staff object. /// </summary> /// <param name="id">Initial value of the id property.</param> public static staff Createstaff(global::System.Guid id) { staff staff = new staff(); staff.id = id; return staff; }
/// <summary> /// Deprecated Method for adding a new object to the staffs EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead. /// </summary> public void AddTostaffs(staff staff) { base.AddObject("staffs", staff); }