コード例 #1
0
ファイル: DonorsManager.cs プロジェクト: KaushikSakala/RTL
 public DonorsManager(IUnitOfWork uw)
 {
     repo = uw.getDonorRepository();
 }