public AuctionItemService(IGerneralRepositpry repo)
 {
     this.repo = repo;
 }
Beispiel #2
0
 public ParkingSpaceService(ApplicationDbContext db, IGerneralRepositpry repo)
 {
     this.db   = db;
     this.repo = repo;
 }
 public AuctionItemService(ApplicationDbContext db, IGerneralRepositpry repo)
 {
     this.db   = db;
     this.repo = repo;
 }