TechTalks.DataAccessLayer.Dap.PostsDap.Insert C# (CSharp) Method

Insert() public method

public Insert ( Posts model ) : void
model TechTalks.DomainObjects.Posts
return void
        public void Insert(Posts model)
        {
            Execute(SqlInsertCommand, model);
        }

Same methods

PostsDap::Insert ( IEnumerable models ) : void