コード例 #1
0
 public QueuedEmailCollection GetbyUser(string usr, int CompanyID)
 {
     return(QueuedEmailManager.GetbyUser(usr, CompanyID));
 }