Exemplo n.º 1
0
 public RestTypeConfiguration(IRestConvention convention)
 {
     _defaultConvention = convention;
     _route             = convention.DefaultRoute(typeof(T));
     _key = convention.DefaultKey(typeof(T));
 }