コード例 #1
0
ファイル: UnityOfWork.cs プロジェクト: Simplicio00/UploadFile
 public UnityOfWork(IMagoContext _context)
 {
     context = _context;
 }
コード例 #2
0
 public ImagesGoRepository(IMagoContext context)
 {
     _context = context;
 }