예제 #1
0
 //C
 public Product Create()
 {
     return(_da.Create());
 }