Guest User

Untitled

a guest
Dec 11th, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. using System;
  2.  
  3. namespace WcfAppServer
  4. {
  5. public class WcfServiceConfig
  6. {
  7. public WcfService WcfService { get; set; }
  8. public string Endpoint { get; set; }
  9. }
  10. }
Add Comment
Please, Sign In to add comment