Example #1
0
 public UserController(IDataServiceUser dataService)
 {
     _dataService = dataService;
 }