示例#1
0
 public async Task <ActionResult <List <FishRecordResponse> > > GetUserRecords(string token)
 {
     return(await _fishRepository.GetUserRecords(token));
 }