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