Beispiel #1
0
 /// <summary>
 /// Return the list of all Wells loaded from the persistence layer
 /// </summary>
 /// <returns>The list of all Wells loaded from the persistence layer</returns>
 public List <Well> GetWells()
 {
     return(app.GetWells());
 }