Beispiel #1
0
 public static int Main(string[] args)
 {
     var sr = new ServiceRunner<CorposService>();
     return sr.main(args);
 }