コード例 #1
0
ファイル: ContextManager.cs プロジェクト: UtkuMutlu22/EBook
 public ContextManager(IContextDal contextDal)
 {
     _contextDal = contextDal;
 }