Пример #1
0
 public override IList <InfoLinea> GetLineas()
 {
     return(Unidades.SelectMany(u => u.Unidades).ToList());
 }