Ejemplo n.º 1
0
 public Sirket Post([FromBody] Sirket sirket)
 {
     return(_managerRepo.CreateSirket(sirket));
 }