示例#1
0
 public bool DeleteMailingListMaster(Int64 MailingListId)
 {
     try
     {
         MasterBL bl = new MasterBL();
         return(bl.DeleteMailingListMaster(MailingListId));
     }
     catch (Exception)
     {
         throw;
     }
 }