Exemplo n.º 1
0
        private ProfileDetail objCreateProfileDetail(DataRow dr)
        {
            ProfileDetail tProfileDetail = new ProfileDetail();

            tProfileDetail.SetObjectInfo(dr);

            return(tProfileDetail);
        }