示例#1
0
 public async Task <ActionResult> GetAllAsync()
 {
     return(Ok(await creditCardService.GetAllAsync()));
 }