Example #1
0
 public static bool IsAvailable(this VariationContent variation)
 {
     return(variation.IsPublishedAndNotExpired());
 }