コード例 #1
0
 public Customer Get(int id)
 {
     return(_cm.Get(id));
 }