Example #1
0
 public Article Get(string id)
 {
     return(_articleModel.Single(id));
 }