コード例 #1
0
 public Model.Favorites GetById(int Id)
 {
     return(_service.GetById(Id));
 }