Example #1
0
 public AttachmentController() : base(new AttachmentInterface())
 {
     attachmentInterface = membershipInterface as AttachmentInterface;
 }