<?php

class TiposCategorias {
    
    const TIENDA_APPS = "1";
    const SERVICIOS_CCSM = "2";
    
    
}
