Example #1
0
 public static bool DeleteProducer(IProducer producer)
 {
     return(_dao.DeleteProducer(producer));
 }