Ramco Ramco

Ramco Ramco

  • 469
  • 2.8k
  • 393.9k

Error - Use of static

Jun 13 2021 12:19 PM

Hi

What is the difference between 

public static int Delete(string Id) 

And

public int Delete(string Id) 
        

Thanks


Answers (3)