Home > Net >  Two WebAPI interface between classes can call each other
Two WebAPI interface between classes can call each other

Time:12-27

Such as my project has a ProductController: ApiController, a SalesController: ApiController, can call each other between the two apis, currently using HttpWebRequest simulation client access server is ok, but need to do verification token information, is there any way to API method can directly access to each other?
  • Related