示例#1
0
 public async Task <PassType> GetPassType(int passTypeId)
 {
     return(await _repo.GetPassType(passTypeId));
 }