示例#1
0
 public static DataTable GetPagedPrefixNumbers(string prefix, long downRange, int pageSize)
 {
     Business.CellPhone cellPhoneController = new Business.CellPhone();
     return(cellPhoneController.GetPagedPrefixNumbers(prefix, downRange, pageSize));
 }
示例#2
0
 public static int GetCountPrefix(string prefix, int type)
 {
     Business.CellPhone cellPhoneController = new Business.CellPhone();
     return(cellPhoneController.GetCountPrefix(prefix, type));
 }