Пример #1
0
 public StandardResult Login(string account, string password, DeviceType device_type, string device_sn)
 {
     _iidentification = new Identification();
     return(_iidentification.Login(account, password, device_type, device_sn));
 }
 public StandardResult Login(string account, string password, DeviceType device_type, string device_sn)
 {
     _iidentification = new Identification();
     return _iidentification.Login(account, password, device_type, device_sn);
 }