Exemplo n.º 1
0
 public Option <ModelEntity.Element> GetElement(int id)
 {
     return(from e in Options.Try(() => Repo.Val.GetElementByID(id))
            select Wrapper.Wrap(e));
 }