arduosoft / RawCMS

RawCMS is the headless CMS written in asp.net core build for developers that embraces API first technology. Please give us a feedback!
https://forms.gle/wvu1HF9P52ZdXujv6
GNU General Public License v3.0
173 stars 72 forks source link

Refactor - Change class names #231

Closed zeppaman closed 4 years ago

zeppaman commented 4 years ago

All the classes in the folder need to be renamed with prefix "Js" https://github.com/arduosoft/RawCMS/tree/develop/RawCMS.Library/Lambdas/JSLambdas

In example, PreSaveLambda will be JSPreSaveLambda. The change affects also the filename

priyanshbalyan commented 4 years ago

Hey I would like to work on this issue.