Beispiel #1
0
 public static int GetTotalofCards(string cardType, string cardStatus, string field, string keyword, string agentName)
 {
     if (field == "2")
     {
         keyword = DataConverter.CLng(keyword).ToString(CultureInfo.CurrentCulture);
     }
     return(dal.GetTotalofCards(DataConverter.CLng(cardType), DataConverter.CLng(cardStatus), DataConverter.CLng(field), DataSecurity.FilterBadChar(keyword), DataSecurity.FilterBadChar(agentName)));
 }