Example #1
0
 public void DeleteNewsLetter(int topicId, string modifiedBy, DateTime modifiedDate)
 {
     newsDAL.DeleteNewsLetter(topicId, modifiedBy, modifiedDate);
 }