Ejemplo n.º 1
0
 public LocationRepository(LocationServiceContext context) : base(context)
 {
 }
Ejemplo n.º 2
0
 public Repository(LocationServiceContext context)
 {
     db = context;
 }