I'm creating a partial class, and I'd like to implement some validations in another partial class, just to separate the methods.
I know this is possible, but I would like to put these two sources together, is this possible?
For example:
Where is the source of RepositorioPais
, I would like to create a RepositorioPais.Validacao
class and append the two together, the same is done in forms created by C #. See picture 2.
Form