Beispiel #1
0
        public static bool C_RevelationEverDay(System.Guid managerid, DbTransaction trans = null, string zoneId = "")
        {
            RevelationMyhistoryofthegapProvider provider = new RevelationMyhistoryofthegapProvider(zoneId);

            return(provider.C_RevelationEverDay(managerid, trans));
        }
Beispiel #2
0
        public static bool Update(RevelationMyhistoryofthegapEntity revelationMyhistoryofthegapEntity, DbTransaction trans = null, string zoneId = "")
        {
            var provider = new RevelationMyhistoryofthegapProvider(zoneId);

            return(provider.Update(revelationMyhistoryofthegapEntity, trans));
        }
Beispiel #3
0
        public static bool Delete(System.Int32 idx, DbTransaction trans = null, string zoneId = "")
        {
            RevelationMyhistoryofthegapProvider provider = new RevelationMyhistoryofthegapProvider(zoneId);

            return(provider.Delete(idx, trans));
        }
Beispiel #4
0
        public static List <RevelationMyhistoryofthegapEntity> GetMyHistoryOfTheGap(System.Guid managerId, System.Int32 mark, string zoneId = "")
        {
            var provider = new RevelationMyhistoryofthegapProvider(zoneId);

            return(provider.GetMyHistoryOfTheGap(managerId, mark));
        }
Beispiel #5
0
        public static List <RevelationMyhistoryofthegapEntity> GetAll(string zoneId = "")
        {
            var provider = new RevelationMyhistoryofthegapProvider(zoneId);

            return(provider.GetAll());
        }
Beispiel #6
0
        public static RevelationMyhistoryofthegapEntity GetMyMarkHistoryOfTheGap(System.Guid managerid, System.Int32 mark, System.Int32 littleLevels, string zoneId = "")
        {
            var provider = new RevelationMyhistoryofthegapProvider(zoneId);

            return(provider.GetMyMarkHistoryOfTheGap(managerid, mark, littleLevels));
        }
Beispiel #7
0
        public static RevelationMyhistoryofthegapEntity GetById(System.Int32 idx, string zoneId = "")
        {
            var provider = new RevelationMyhistoryofthegapProvider(zoneId);

            return(provider.GetById(idx));
        }