Exemplo n.º 1
0
        public void InsertNewPropertyJobInsert(NewPropertyJobInsertModel newNewPropertyJobInsert)
        {
            // Calls the NewPropertyJobInsertDataAccess 'InsertNewPropertyJobInsert' function.
            NewPropertyJobInsertDataAccess da = new NewPropertyJobInsertDataAccess(SqlConConnectionString);

            da.InsertNewPropertyJobInsert(newNewPropertyJobInsert);
        }
Exemplo n.º 2
0
        public int InsertNewPropertyModel()
        {
            NewPropertyJobInsertDataAccess newProp = new NewPropertyJobInsertDataAccess(SqlConConnectionString);

            return(newProp.InsertNewPropertyModel());
        }