示例#1
0
 public PostController(IDataServicePost dataService)
 {
     _dataService = dataService;
 }