示例#1
0
 public async Task <Gift> Get(int id)
 {
     return(await _giftDal.Get(x => x.Id == id));
 }