1
Reply

Why there is bug in what that bold in yellow?

Gil Rozenberg

Gil Rozenberg

Jun 4 2016 11:10 AM
299
using System;<br />using System.Collections.Generic;<br />using System.Linq;<br />using System.Text;<div></div><div>public class db<br />{<br /> public void SelectFromDB(string p)<br /> {<br /> throw new NotImplementedException();<br /> }<br />}<br /> </div>

Answers (1)