예제 #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());
 }