示例#1
0
 public ActionResult <List <Bank> > Get()
 {
     return(_portalDbContext.GetAllBanks());
 }