Exemplo n.º 1
0
 public void CreateTopic(TopicInfo topic, PostInfo post, AttachmentInfo[] attachs)
 {
     OnTopicCreated(topic, post, attachs);
 }
Exemplo n.º 2
0
 protected virtual void OnTopicCreated(TopicInfo topic, PostInfo post, AttachmentInfo[] attachs)
 {
 }
Exemplo n.º 3
0
 public string CreateAttachment(AttachmentInfo[] attachs, int usergroupid, int userid, string username)
 {
     return OnAttachCreated(attachs, usergroupid, userid, username);
 }
Exemplo n.º 4
0
 protected virtual string OnAttachCreated(AttachmentInfo[] attachs, int usergroupid, int userid, string username)
 {
     return "";
 }