DataAccess.teletonEntities.AddTocitas_doctor C# (CSharp) Method

AddTocitas_doctor() public method

Deprecated Method for adding a new object to the citas_doctor EntitySet. Consider using the .Add method of the associated ObjectSet<T> property instead.
public AddTocitas_doctor ( citas_doctor citas_doctor ) : void
citas_doctor citas_doctor
return void
        public void AddTocitas_doctor(citas_doctor citas_doctor)
        {
            base.AddObject("citas_doctor", citas_doctor);
        }