示例#1
0
 public EmployeeController()
 {
     _orgProxy = serviceProxyFactory.CreateProxy <IOrgAppService>();
 }
示例#2
0
 public OrgsController(IOrgAppService orgAppService)
 {
     _orgAppService = orgAppService;
 }