Exemplo n.º 1
0
 public ActionResult <DogInfo> BarkSync(BarkRequest req)
 {
     return(_dog.BarkSync(req));
 }