예제 #1
0
        public DataTable GetFlyingList(ref int R_TotalCount)
        {
            FlyingDac dac = new FlyingDac();

            return(dac.GetFlyingList(ref R_TotalCount));
        }
예제 #2
0
        public DataTable GetFlyingList(string flyingID, string dronID, ref int R_TotalCount)
        {
            FlyingDac dac = new FlyingDac();

            return(dac.GetFlyingList(flyingID, dronID, ref R_TotalCount));
        }