Untitled

 avatar
unknown
plain_text
a year ago
100 B
5
Indexable
public IActionResult VeriAlGet(int okulno,string ad)
{
        return Content(okulno+"-"+ad);
}
Editor is loading...
Leave a Comment