コード例 #1
0
 public NotificationTemplateSetupModel(NotificationEnums.NotificationModule module)
     : this()
 {
     NotificationTemplates = _notificationTemplateService.GetNotificationTemplates(module);
 }