コード例 #1
0
ファイル: UnitOfWork.cs プロジェクト: renciljustin/Dately
 public UnitOfWork(DatelyDbContext context)
 {
     _context = context;
 }