Exemple #1
0
        public CRMApplication()
        {
            this._version   = "1.0.0.0";
            this._shortName = "CRM";
            this._longName  = "CRM";

            this.TemplateId = Guid.Parse("602EC2FF-38C6-4E70-9D1A-94C6524B4ECD");

            e = GetCRMDBContext("");
        }
 public CRMApplication()
 {
     this.ApplicationId = Guid.Parse("9B9BCC39-1170-48F2-A3F8-62E81316E5B1");
     e = Util.Util.GetCRMDBContext(Util.Util.CRMSQLConnectionString);
 }