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