예제 #1
0
 public IEnumerable <StateDTO> GetStates()
 {
     return(dbm.FindAllStates(true).Select(x => converter.StateToDTO(x)).ToList());
 }