public ExpertController()
 {
  _expertService = new ExpertService();   
 }
 public ProblemService()
 {
     _connection = new SqlConnection("Data Source=b9wyaqyyrn.database.windows.net;Initial Catalog=MobileApp;User ID=laxmanrapolu;Password=Lucky_123;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;");
     _expertService=new ExpertService();
 }
Exemple #3
0
 public ProblemService()
 {
     _connection    = new SqlConnection("Data Source=b9wyaqyyrn.database.windows.net;Initial Catalog=MobileApp;User ID=laxmanrapolu;Password=Lucky_123;Trusted_Connection=False;Encrypt=True;Connection Timeout=30;");
     _expertService = new ExpertService();
 }