示例#1
0
 private bool SendAccountActivationEmail(int userId)
 {
     var scw = new ServiceClientWrapper();
     return scw.SendAccountActivationEmail(userId);
 }