Example #1
0
 public PostController(ICosmosPostService postService)
 {
     _postService = postService;
 }
Example #2
0
 public CosmosPostsController(ICosmosPostService postService)
 {
     _comsosPostService = postService;
 }