http://bugzilla.novell.com/show_bug.cgi?id=595863

http://bugzilla.novell.com/show_bug.cgi?id=595863#c1


--- Comment #1 from Marcus Henriksson <mar...@in-process.se> 2010-04-12 
18:50:50 UTC ---
forgot the entity classes:


public class Product
{

    public virtual long Id { get; protected set; }
    public IList<Rule> Rules { get; set; }
}

public class Rule
{

    public virtual long Id { get; protected set; }
    public IList<Product> Products { get; set; }
}

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  mono-bugs@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to