示例#1
0
 //C
 public Customer Create()
 {
     return(_da.Create());
 }