Beispiel #1
0
 public IEnumerable <ItemModel> GetComboItem()
 {
     return(EntityDao.GetEmpresasPermitidas().Select(e => Mapper.ToItem(e)));
 }