Ejemplo n.º 1
0
 public static PrintingConfig <TOwner> CropTo <TOwner>(this TypeEntity <TOwner, string> config, int maxLength)
 {
     config.Parent.MaximumStringLength = maxLength;
     return(config.Parent);
 }