@@ -177,7 +177,7 @@ namespace CallCenterApi.BLL
var ds = new DataSet();
if (string.IsNullOrEmpty(strWhere))
{
- ds.Tables.Add(dt);
+ ds.Tables.Add(dt.Copy());
}
else