示例#1
0
 public AmigoRepository(AmigoContext amigoContext)
 {
     _amigoContext = amigoContext;
 }
示例#2
0
 public AmigoRepository(AmigoContext context)
 {
     this.Context = context;
 }