Example #1
0
 public static bool?Up(IMobile entity, params string[] args)
 {
     return(entity.MoveUp(Convert.ToInt16(args[0])));
 }