예제 #1
0
 public int?CheckNumber(long MobileNumber, string Operator)
 {
     return(_PaymentAdapter.CheckNumber(MobileNumber, Operator));
 }