Exemple #1
0
 public static string GetCustomEmailText(int departmentId, CustomEmailTextType textType)
 {
     return(CustomTexts.GetCustomText(departmentId, textType.ToString()));
 }
Exemple #2
0
 public static string GetCustomEmailText(int departmentId, CustomEmailTextType textType)
 {
     return CustomTexts.GetCustomText(departmentId, textType.ToString());
 }