Example #1
0
 public UnitOfWork(RpgGameContext context)
 {
     this.context = context;
 }
 public Repository(RpgGameContext context)
 {
     this.context = context;
 }