Пример #1
0
 public StandardResult CheckTicket(string ticket)
 {
     _iidentification = new Identification();
     return(_iidentification.Check(ticket));
 }
 public StandardResult CheckTicket(string ticket)
 {
     _iidentification = new Identification();
     return _iidentification.Check(ticket);
 }