Example #1
0
 public ParkingRepository(ParkMinderDbContext context) : base(context)
 {
 }
 public AzureMobileSingleRepository(ParkMinderDbContext context)
 {
     _context    = context;
     _azureTable = _context.GetTable <T>();
 }