Example #1
0
 static Lead()
 {
     General.GetDataFromYaml();
 }
 static Opportunity()
 {
     General.GetDataFromYaml();
 }
Example #3
0
 static Account()
 {
     General.GetDataFromYaml();
 }
Example #4
0
 static Case()
 {
     General.GetDataFromYaml();
 }
Example #5
0
 static Contact()
 {
     General.GetDataFromYaml();
 }