Example #1
0
 public virtual void DeleteProductLineUser(Int32 id)
 {
     entityDao.DeleteProductLineUser(id);
 }