Example #1
0
 public int Edit([FromBody] Publishers publisher)
 {
     return(publisherobj.UpdatePublishers(publisher));
 }