コード例 #1
0
 public AboutContentService(IAboutContentRepository iAboutContentRepository, IUnitOfWork iUnitOfWork)
 {
     this._iAboutContentRepository = iAboutContentRepository;
     this._iUnitOfWork = iUnitOfWork;
 }
コード例 #2
0
ファイル: AboutController.cs プロジェクト: jyuma/Charltone
 public AboutController(IAboutContentRepository aboutContent)
 {
     _aboutContent = aboutContent;
 }
コード例 #3
0
 public AboutContentService(IAboutContentRepository iAboutContentRepository, IUnitOfWork iUnitOfWork)
 {
     this._iAboutContentRepository = iAboutContentRepository;
     this._iUnitOfWork             = iUnitOfWork;
 }