VEERENDRA kUMAR

VEERENDRA kUMAR

  • NA
  • 204
  • 11.7k

how to create web API custome methods in asp.net

Mar 30 2015 8:28 AM
How to create WEB API methods in vs 2013.
 
 
my method is sendmail(string userid,string body):  body is user user choice no need to interact with database.
 
sendmail(string userid,string body)
 
 
 
how to call the above method.

Answers (1)