Beispiel #1
0
 public bool Create([FromBody] States ourState)
 {
     return(_StatesRepository.InsertState(ourState));
 }