Exemplo n.º 1
0
 public ActionResult <int> GetInternalId(string Id)
 {
     return(_service.FetchInternalId(Id));
 }