Beispiel #1
0
 public DTOResponse <DTOUser> Activate(DTOInfo activateUserInfo)
 {
     return(_userDomain.Activate(activateUserInfo));
 }