コード例 #1
0
 public async Task <Models.TbLogin> DeletarLoginAsync(Models.TbLogin req)
 {
     return(await usuarioDb.DeletarLoginAsync(req));
 }