Beispiel #1
0
 public MsgController()
 {
     msgService = new MessageService();
     blacklistService = new BlacklistService();
     userService = new UserService();
     attachmentService = new MessageAttachmentService();
 }
 public UserUploadController()
 {
     postService = new PhotoPostService();
     attachmentService = new MessageAttachmentService();
     fileService = new UserFileService();
 }