예제 #1
0
파일: UnitOfWork.cs 프로젝트: Lsdenis/MSHRC
 public UnitOfWork(MSHRCSchedulerContext context)
 {
     _context = context;
 }