public TweetRepository(Lab4DbContext context)
 {
     this.context = context;
 }
Ejemplo n.º 2
0
 public PersonRepository(Lab4DbContext context)
 {
     this.context = context;
 }