0

I have a Zero or one to zero or one association in my domain problem that each [Order] can made from zero or one [Quotation] and a [Quotation] may not be change to a [Order] how can i model this problem by Entity Framework Code First method?

Masoud
  • 8,020
  • 12
  • 62
  • 123

1 Answers1

0

Ok it is possible, assume that we have two class, I explain it's method in this link

Community
  • 1
  • 1
Masoud
  • 8,020
  • 12
  • 62
  • 123