Exemplo n.º 1
0
 public Receipt()
 {
     ReceivedBy = new AdminUser();
 }
Exemplo n.º 2
0
        //public CommentStatusEnum CommentStatus { get; set; }

        public MemberComment()
        {
            Inputter = new AdminUser();
        }