S
Sems
On a construtor such as...
public Article(ViewModelContext<INewsArticle> context = null) :
base(context) {}
what does the ': base(context)' part mean?
public Article(ViewModelContext<INewsArticle> context = null) :
base(context) {}
what does the ': base(context)' part mean?