Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

 Here you can write your logic and return message(s) etc. as shown below. 

For context, Use GetCtx() function to get Ctx class Object. 

 

///<summary> 

/// Perrform process.       

///</summary> 

///<returns>Message to be translated</returns> 

protectedoverridestring DoIt() 

        { 

            http:// log.Info("Increment on HRA=" + _hra); 

...