示例#1
0
 public List <State> GetAllStates()
 {
     return(_taxrepository.GetAllStates());
 }