コード例 #1
0
        public AutOrdenReparacionCollection FetchByID(object IdOrdenReparacion)
        {
            AutOrdenReparacionCollection coll = new AutOrdenReparacionCollection().Where("idOrdenReparacion", IdOrdenReparacion).Load();

            return(coll);
        }