I have these 2 Entities. each book can have one or zero BookDetail (1 to 1 Relationship)
public class Book { public int BookId{ get; set; }