Пример #1
0
 public StandardResult UpdateTelphone(string ticket, string telphone)
 {
     _iidentification = new Identification();
     return(_iidentification.UpdatePhone(ticket, telphone));
 }
 public StandardResult UpdateTelphone(string ticket, string telphone)
 {
     _iidentification = new Identification();
     return _iidentification.UpdatePhone(ticket, telphone);
 }