Пример #1
0
 protected static string GetWebsite(ICommunicationContext ctx) => ctx.GetWebsite();
 protected static string GetWebsite(ICommunicationContext ctx)
 {
     return(ctx.GetWebsite());
 }