Ejemplo n.º 1
0
 public DTOResponse <DTOUser> AdminCreate(DTOCreateUser createUserInfo)
 {
     return(_userDomain.AdminCreate(createUserInfo));
 }