Example #1
0
 public void Add(VerificationDTO model)
 {
     _messageService.AddVerification(model);
 }