Ejemplo n.º 1
0
 public StandardResult Logout(string ticket)
 {
     _iidentification = new Identification();
     return(_iidentification.Logout(ticket));
 }
 public StandardResult Logout(string ticket)
 {
     _iidentification = new Identification();
     return _iidentification.Logout(ticket);
 }