Esempio n. 1
0
 public static T ResolveService <T>(HttpListenerRequest httpReq, HttpListenerResponse httpRes)
     where T : class, IRequiresRequestContext
 {
     return(ResolveService <T>(httpReq.ToRequest(), httpRes.ToResponse()));
 }