示例#1
0
 public async Task <T> GetByIdDeletedAsync(long id)
 {
     return(await Deleted.SingleOrDefaultAsync(i => i.Id == id));
 }