Example #1
0
 public static int LookupManufacturerId( string mName )
 {
     using( var ctx = new TecdocBaseDataContext() )
     {
         return ctx.LookupManufacturerId( mName );
     }
 }