Skip to content

Instantly share code, notes, and snippets.

View malisancube's full-sized avatar

Malisa Ncube malisancube

View GitHub Profile
using System;
using System.Collections.Generic;
using System.ServiceModel.Description;
using Microsoft.ServiceModel.Http;
using Nina.ViewEngines;
namespace Http.Formatters
{
public class ViewEngineProcessor<T> : GenericMediaTypeProcessor<T>
{