Beispiel #1
0
 public bool CheckContract(string phone)
 {
     return(service.CheckContract(phone));
 }