示例#1
0
 public bool CheckIfBundleOfSMSExceeded(PhoneBl phone)
 {
     return(_phoneService.CheckIfBundleOfSMSExceeded(phone));
 }