Ejemplo n.º 1
0
 public BucketListServices()
 {
     string dbConn = System.Configuration.ConfigurationManager.AppSettings["BucketListDbConnStrProd"];
     client = new TgimbaService();
 }
Ejemplo n.º 2
0
 public BucketListServices()
 {
     client = new TgimbaService();
 }
Ejemplo n.º 3
0
 public BaseController()
 {
     client = new TgimbaService();
 }