# File lib/cimi/model/network_configuration.rb, line 34
  def self.find(id, context)
    network_configs = []
    if id==:all

    else

    end
    network_configs
  end