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