Exemplo n.º 1
0
 public async Task <string> CheckAccount([FromBody] Member _member)
 {
     return(await memberRepository.CheckAccount(_member));
 }