Ramco Ramco

Ramco Ramco

  • 422
  • 3.4k
  • 513.6k

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)