Esempio n. 1
0
 public EfRepostory(UnderTheCorkSqlDbContext context)
 {
     this.context = context;
 }
Esempio n. 2
0
 public EfUnitOfWork(UnderTheCorkSqlDbContext context)
 {
     this.context = context;
 }