Guest User

Untitled

a guest
Oct 17th, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.18 KB | None | 0 0
  1. public any function getLCMTiersByState( required paper paper, required string state )
  2. {
  3.     return entityLoad( "paperLCM", { paper = arguments.paper, state = arguments.state } );
  4. }
Add Comment
Please, Sign In to add comment