示例#1
0
 public AccountController(AcountService acountService)
 {
     _acountService = acountService;
 }