3
Answers

Error - Use of static

Ramco Ramco

Ramco Ramco

3y
568
1

Hi

What is the difference between 

public static int Delete(string Id) 

And

public int Delete(string Id) 
        

Thanks

Answers (3)