コード例 #1
0
 public IProducer CreateProducer(IProducer producer)
 {
     return(dao.CreateProducer(producer));
 }