示例#1
0
 public Int32 CountEmailsSent()
 {
     using (WebAccessBase dac = GetWebAccess())
     {
         return(dac.CountEmailsSent());
     }
 }