Ejemplo n.º 1
0
 public bool DeleteNotice(string noticeId)
 {
     return(iNotice.DeleteNotice(noticeId));
 }