Exemple #1
0
 static void Main(string[] args)
 {
     BackendServiceHost <SmartwayBackendService> .Run(args);
 }
Exemple #2
0
 static void Main(string[] args)
 {
     BackendServiceHost <TysBackendService> .Run(args);
 }