Esempio n. 1
0
 public QueuedEmailCollection Get(int CompanyID)
 {
     return(QueuedEmailManager.GetAllItem(CompanyID));
 }