예제 #1
0
 public AuctionItemService(IGerneralRepositpry repo)
 {
     this.repo = repo;
 }
예제 #2
0
 public ParkingSpaceService(ApplicationDbContext db, IGerneralRepositpry repo)
 {
     this.db   = db;
     this.repo = repo;
 }
예제 #3
0
 public AuctionItemService(ApplicationDbContext db, IGerneralRepositpry repo)
 {
     this.db   = db;
     this.repo = repo;
 }