これの何が問題なのですか?:
public abstract class EFNLBaseRepository:IDisposable
{
NLSubscriberDBContext _dbContext;
protected internal NLSubscriberDBContext dbContext
{
get
{...}
}
...
}
internal class NLSubscriberDBContext : DbContext
{
...
}
もちろん、両方のクラスが同じアセンブリにあります。これは私が得ているコンパイルエラーです:
エラー 1 一貫性のないアクセシビリティ: プロパティ タイプ 'NLSubscriber.Core.Service.Repository.EFDAL.NLSubscriberDBContext' は、プロパティ 'NLSubscriber.Core.Service.Repository.EFDAL.EFNLBaseRepository.dbContext' C:\Data\Projects\Neticon\TFS よりもアクセスしにくいです\NLSubscriber - Newsletter\NLSubscriber-newsletter\NLSubscriber.Core\Service\Repository\EFDAL\EFNLBaseRepository.cs 12 50 NLSubscriber.Core