Exemplo n.º 1
0
 public AmigoRepository(AmigoContext amigoContext)
 {
     _amigoContext = amigoContext;
 }
Exemplo n.º 2
0
 public AmigoRepository(AmigoContext context)
 {
     this.Context = context;
 }