예제 #1
0
        public ReturnResult <ProfileDTO> GetFillDataByProfileID(int gearBoxID)
        {
            var result = profileDAL.GetFillDataByProfileID(gearBoxID);

            return(result);
        }