Exemple #1
0
 public SqlOwnerRepository(CarOwnersContext context)
 {
     db = context;
 }
 public CarOwnersService(CarOwnersContext context)
 {
     this.context = context;
 }