Partial class problem
I have 2 partial classes and one of them has a constructor that takes 3 parameters and I want to assign values to my Properties in that class. Now in the other partial class, I don't have any constructor.
Every time I want to create a new instance of my class and add parameters, it calls the partial class with no constructor, how do I fix it?
Every time I want to create a new instance of my class and add parameters, it calls the partial class with no constructor, how do I fix it?

