Exemplo n.º 1
0
 public string Post([Required] string token, [Required] int userid)
 {
     return(loginManager.LogOut(token, userid));
 }