コード例 #1
0
 public bool AddProducer(Producer prod, int id)
 {
     return(_category.AddProducer(prod, id));
 }