Exemple #1
0
 public bool AddPublisher(Publisher publisher, ref string msg)
 {
     return(DataAccessManager.AddPublisher(publisher, ref msg));
 }