Ejemplo n.º 1
0
 public List<MailMessage> GetuserSentMessages(object[] objValue)
 {
     UserInfoResource objUser = new UserInfoResource();
     return objUser.GetuserSentMessages(objValue);
 }