Beispiel #1
0
 public IEnumerable <ItemModel> GetMotivo()
 {
     return(EntityDao.GetMotivos().Select(e => new ItemModel {
         Key = (int)e.Key, Value = e.Value
     }));
 }