1
Answer

Why there is bug in what that bold in yellow?

Gil Rozenberg

Gil Rozenberg

8y
312
1
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)