コード例 #1
0
 public bool Create(Customer obj)
 {
     return(DBC.Create(obj));
 }