public bool InsertWheelAdapterConfigWithTid(WheelAdapterConfigWithTid wac, IEnumerable <string> tids)
        {
            Func <SqlConnection, bool> action = (connection) => DalWheelAdapterConfig.InsertWheelAdapterConfigWithTid(connection, wac, tids);

            return(dbManager.Execute(action));
        }
        public bool InsertWheelAdapterConfigWithTid(WheelAdapterConfigWithTid wac)
        {
            Func <SqlConnection, bool> action = (connection) => DalWheelAdapterConfig.InsertWheelAdapterConfigWithTid(connection, wac);

            return(dbManager.Execute(action));
        }