3 implementations of Process
BasicWebSite (3)
CustomService.cs (3)
17
public string
Process
() => "OK";
23
public string
Process
() => "NOT OK";
29
public string
Process
() => "DEFAULT";
6 references to Process
BasicWebSite (6)
Controllers\CustomServiceApiController.cs (6)
15
return service.
Process
();
21
return service.
Process
();
29
return $"{s1.
Process
()},{s2.
Process
()}";
35
return service.
Process
();
53
return service.
Process
();