Exemplo n.º 1
0
        public static bool Update(RevelationHistoryofthegapEntity revelationHistoryofthegapEntity, DbTransaction trans = null, string zoneId = "")
        {
            var provider = new RevelationHistoryofthegapProvider(zoneId);

            return(provider.Update(revelationHistoryofthegapEntity, trans));
        }
Exemplo n.º 2
0
        public static bool Delete(System.Int32 customsPass, System.Int32 schedule, DbTransaction trans = null, string zoneId = "")
        {
            RevelationHistoryofthegapProvider provider = new RevelationHistoryofthegapProvider(zoneId);

            return(provider.Delete(customsPass, schedule, trans));
        }
Exemplo n.º 3
0
        public static List <RevelationHistoryofthegapEntity> GetAll(string zoneId = "")
        {
            var provider = new RevelationHistoryofthegapProvider(zoneId);

            return(provider.GetAll());
        }
Exemplo n.º 4
0
        public static List <RevelationHistoryofthegapEntity> C_RevelationHistoryOfTheGapGetId(System.Int32 mark, string zoneId = "")
        {
            var provider = new RevelationHistoryofthegapProvider(zoneId);

            return(provider.C_RevelationHistoryOfTheGapGetId(mark));
        }
Exemplo n.º 5
0
        public static RevelationHistoryofthegapEntity GetById(System.Int32 customsPass, System.Int32 schedule, string zoneId = "")
        {
            var provider = new RevelationHistoryofthegapProvider(zoneId);

            return(provider.GetById(customsPass, schedule));
        }