Exemple #1
0
 public bool CheckStateNameExist(State state)
 {
     return(_stateRepository.CheckStateNameExist(state));
 }