Am I allowed to have an overloaded Create method in my class. I want to have one that takes the (pm, string, int) and one that takes (pm, long, long). I keep getting an error that when I make a call to the second create method that the parameters are wrong.
Bill