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