Пример #1
0
 public async Task <Response> SimpleSignUp(SignUpSimpleDTO dto)
 {
     return(await _service.SimpleSignUp(dto));
 }