DB コンテキストは EF で自動生成されます。それは素晴らしいことですが、ドメイン クラスの包含を消去しないようにするにはどうすればよいですか? トリックはありますか?
namespace EFContext
{
using xxx.DomainObjects;//<---------------------------------- here
using System;
using System.Data.Entity;
using System.Data.Entity.Infrastructure;
public partial class EFContextContainer : DbContext
// <auto-generated>
// This code was generated from a template.