public Repository(PagueVelozContext ctx)
 {
     Ctx = ctx;
 }
예제 #2
0
 public UnitOfWork(PagueVelozContext ctx)
 {
     Ctx = ctx;
 }