Beispiel #1
0
 public ActionResult <int> GetInternalId(string Id)
 {
     return(_service.FetchInternalId(Id));
 }