Created
December 7, 2020 22:45
-
-
Save alexalvess/87ab6ad7cb767e8289bc738bf534b824 to your computer and use it in GitHub Desktop.
appTenant entity
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| public class AppTenant | |
| { | |
| public AppTenant(string registerNumber) | |
| { | |
| RegisterNumber = registerNumber; | |
| } | |
| public string RegisterNumber { get; } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment