Help for this page

Select Code to Download


  1. or download this
    '__PACKAGE__->has_one(Point_of_Contact => 'NEOpS::WDS::Users');'
  2. or download this
    package NEOpS::WDS;
      use base qw/DBIx::Class::Schema/;
    ...
      __PACKAGE__->load_classes();
    
    1;