Example #1
0
 private ICustomerService GetCustomerService()
 {
     return((ICustomerService)BusinessServiceProxyLocator.GetService(typeof(ICustomerService)));
 }
Example #2
0
 private IUserService GetUserService()
 {
     return((IUserService)BusinessServiceProxyLocator.GetService(typeof(IUserService)));
 }
Example #3
0
 protected IRightService GetRightService()
 {
     return((IRightService)BusinessServiceProxyLocator.GetService(typeof(IRightService)));
 }
Example #4
0
 protected IOrderService GetOrderService()
 {
     return((IOrderService)BusinessServiceProxyLocator.GetService(typeof(IOrderService)));
 }
Example #5
0
 protected IDexLogService GetDexLogService()
 {
     return((IDexLogService)BusinessServiceProxyLocator.GetService(typeof(IDexLogService)));
 }