Exemple #1
0
 public Model.Albums GetById(int Id)
 {
     return(_service.GetById(Id));
 }