Hi,
I have a method which receive a Guid param, How to call it passing null to this param?
Thanks
I have a method which receive a Guid param, How to call it passing null to this param?
Code:
public void AddNewRecord(Guid _userId) { } // Call it here: AddNewRecord(want to pass null !!)
Comment