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