using System.Collections.Generic;
using System.Linq;
using System.Text;
public class db
{
public void SelectFromDB(string p)
{
throw new NotImplementedException();
}
}
{
public void SelectFromDB(string p)
{
throw new NotImplementedException();
}
}
Praveen SreeramPosted Jun 5, 2016, 3:50 AM