Hi
I have been getting this error.. After some research, i came to know that i need to add/pass some args at method --- I must have to pass but in this scenario it is bit different
bool AppleServiceClient.SelectAllPatientUserMaster(int PatientID)
Error:
No overload for method for method 'SelectAllPatientUserMaster' takes '0' arguments
public bool SelectAllPatientUserMaster(Int32 PatientID)
{
try
{
UserMasterDalc dalc = new UserMasterDalc();
...
Go to the complete details ...