Exemplo n.º 1
0
        public ArrayList getOwnedServiceList(int tenant_id)
        {
            dataConn con = new dataConn();

            return(con.getServiceList(tenant_id));
        }