Ramco Ramco

Ramco Ramco

  • 443
  • 3.4k
  • 526.8k

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)