Example #1
0
 public ServiceLayerAndClientConfiguration Use <TConventions>() where TConventions : IConventions
 {
     serviceLayerConfiguration.Use <TConventions>();
     return(this);
 }