Beispiel #1
0
 public PostController(IPostProxy postProxy)
 {
     _postProxy = postProxy;
 }
Beispiel #2
0
 public HomeBackend(IPostProxy postProxy)
 {
     _postProxy = postProxy;
     GetPostInfo();
 }