public static NotificationTemplateEntity ToDataModel(this Core.Notification.NotificationTemplate notificationTemplate)
        {
            NotificationTemplateEntity retVal = new NotificationTemplateEntity();

            retVal.InjectFrom(notificationTemplate);

            return(retVal);
        }
        public static Core.Notification.NotificationTemplate ToCoreModel(this NotificationTemplateEntity notificationTemplate)
        {
            Core.Notification.NotificationTemplate retVal = new Core.Notification.NotificationTemplate();

            retVal.InjectFrom(notificationTemplate);

            return(retVal);
        }
		public static Core.Notification.NotificationTemplate ToCoreModel(this NotificationTemplateEntity notificationTemplate)
		{
			Core.Notification.NotificationTemplate retVal = new Core.Notification.NotificationTemplate();

			retVal.InjectFrom(notificationTemplate);

			return retVal;
		}