Пример #1
0
 public LocationRepository(LocationServiceContext context) : base(context)
 {
 }
Пример #2
0
 public Repository(LocationServiceContext context)
 {
     db = context;
 }