コード例 #1
0
 public Basket GetById(object Id)
 {
     return(_repo.GetById(Id));
 }