コード例 #1
0
ファイル: CustomMails.cs プロジェクト: evgeniynet/APIBeta
 public static string GetCustomEmailText(int departmentId, CustomEmailTextType textType)
 {
     return(CustomTexts.GetCustomText(departmentId, textType.ToString()));
 }
コード例 #2
0
ファイル: CustomMails.cs プロジェクト: evgeniynet/APIBeta
 public static string GetCustomEmailText(int departmentId, CustomEmailTextType textType)
 {
     return CustomTexts.GetCustomText(departmentId, textType.ToString());
 }