コード例 #1
0
 public List <PrintMessage> CheckRangeIMEIBLL(string StarIMEI, string EndIMEI)
 {
     return(PMD.CheckRangeIMEIDAL(StarIMEI, EndIMEI));
 }