Exemplo n.º 1
0
 public static DataSet GetLeadID(string userID, string CompanyID)
 {
     return(GroupDAL.GetLeadID(userID, CompanyID));
 }