示例#1
0
 // GET: api/Clients
 public List <Client> GetClients()
 {
     return(_repo.FindClient());
 }