Ejemplo n.º 1
0
 public int Create(Mails input)
 {
     return(emailsAccess.Create(input));
 }