Пример #1
0
 public IEnumerable <ColorDetail> GetAll()
 {
     return(_repository.GetAll().Select(Map));
 }
 public IList <Property> GetProperties()
 {
     return(_repository.GetAll());
 }