示例#1
0
 public CommonUserApplicationTests()
 {
     _service = GetRequiredService <ICommonUserAppService>();
 }
示例#2
0
 public CommonUserController(ICommonUserAppService service)
 {
     _service = service;
 }