public Repository(PagueVelozContext ctx)
 {
     Ctx = ctx;
 }
Esempio n. 2
0
 public UnitOfWork(PagueVelozContext ctx)
 {
     Ctx = ctx;
 }