예제 #1
0
파일: AnnotationTO.cs 프로젝트: OSEHRA/mdws
        public AnnotationTO(gov.va.medora.mdo.domain.sm.Annotation annotation)
        {
            if (annotation == null)
            {
                return;
            }

            id = annotation.Id;
            threadAnnotation = annotation.ThreadAnnotation;
            author = new SmUserTO(annotation.Author);
        }
예제 #2
0
        public AnnotationTO(gov.va.medora.mdo.domain.sm.Annotation annotation)
        {
            if (annotation == null)
            {
                return;
            }

            id = annotation.Id;
            threadAnnotation = annotation.ThreadAnnotation;
            author           = new SmUserTO(annotation.Author);
        }