Skip to content

Instantly share code, notes, and snippets.

@PreyeaRegmi
Created August 30, 2021 14:30
Show Gist options
  • Save PreyeaRegmi/7cafff3a607cfa7afdaabf311f67269b to your computer and use it in GitHub Desktop.
Save PreyeaRegmi/7cafff3a607cfa7afdaabf311f67269b to your computer and use it in GitHub Desktop.
//Domain Entity responsible for calculating EMI for given params.
class EMICalculator
{
double? amount,rate,time;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment