Update ModuleInfo.cs

pull/2766/head
Yunus Emre Kalkan 5 years ago
parent f6d1296205
commit ae1dec6fba

@ -7,5 +7,19 @@
public string Namespace { get; set; }
public string DocumentUrl { get; set; }
public string DisplayName { get; set; }
public string ShortDescription { get; set; }
public bool IsPro { get; set; }
public bool EfCoreSupport { get; set; }
public bool MongoDBSupport { get; set; }
public bool AngularUi { get; set; }
public bool MvcUi { get; set; }
}
}
Loading…
Cancel
Save