コード例 #1
0
 public PosLocationController(
     IPosLocationContract _PosLocationContract,
     IStoreContract _StoreContract
     )
 {
     this._PosLocationContract = _PosLocationContract;
     this._StoreContract       = _StoreContract;
 }
コード例 #2
0
 public static void InitContract()
 {
     _adminContract                = DependencyResolver.Current.GetService <IAdministratorContract>();
     _notificationContract         = DependencyResolver.Current.GetService <INotificationContract>();
     _msgNotificationContract      = DependencyResolver.Current.GetService <IMsgNotificationContract>();
     _messageerContract            = DependencyResolver.Current.GetService <IMessagerContract>();
     _notificationQASystemContract = DependencyResolver.Current.GetService <INotificationQASystemContract>();
     _posLocationContract          = DependencyResolver.Current.GetService <IPosLocationContract>();
 }