Ejemplo n.º 1
0
        public static void DebugCheckMethods()
        {
            Srv.GetEntities(100);

            Srv.GetEntity(100, 2007);

            Srv.GetEntities(new long[] { 100, 1001 }, 2007);

            Srv.GetEntitiesByStore(1003, 2007);
            Srv.GetEntitiesByCountry(999, 2007);
        }