Exemple #1
0
 public static bool HasCSharpProjectOptions(this ASPNETCoreWebApplicationModel model)
 {
     return(model.HasStereotype("C# Project Options"));
 }
Exemple #2
0
 public static bool HasNETCoreSettings(this ASPNETCoreWebApplicationModel model)
 {
     return(model.HasStereotype(".NET Core Settings"));
 }