Example #1
0
 public PhotoRepository(IrisContext context)
 {
     _context = context;
 }
Example #2
0
 public UserRepository(IrisContext irisContext)
 {
     _context = irisContext;
 }
Example #3
0
 public void SendShellContext(IrisContext context)
 {
     //throw new NotImplementedException();
 }