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