Exemplo n.º 1
0
        public static NotificationTemplateEntity ToDataModel(this Core.Notifications.NotificationTemplate notificationTemplate)
        {
            NotificationTemplateEntity retVal = new NotificationTemplateEntity();

            retVal.InjectFrom(notificationTemplate);

            return(retVal);
        }
Exemplo n.º 2
0
        public static Core.Notifications.NotificationTemplate ToCoreModel(this NotificationTemplateEntity notificationTemplate)
        {
            Core.Notifications.NotificationTemplate retVal = new Core.Notifications.NotificationTemplate();

            retVal.InjectFrom(notificationTemplate);

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

			retVal.InjectFrom(notificationTemplate);

			return retVal;
		}