예제 #1
0
        public static PeyoutMaster GetByUser_ID(int User_ID)
        {
            PeyoutMaster obj = new PeyoutMaster();

            obj.MapData(new PeyoutMasterDataService().PeyoutMaster_GetByUser_ID(User_ID));
            return(obj);
        }
예제 #2
0
        public static PeyoutMaster GetById(int PeyoutID)
        {
            PeyoutMaster obj = new PeyoutMaster();

            obj.MapData(new PeyoutMasterDataService().PeyoutMaster_GetByPeyoutID(PeyoutID));
            return(obj);
        }