Example #1
0
 private CustomerAccount()
 {
     m_authenticationJsonRespone = new JsonRespone();
 }
Example #2
0
 private CustomerSubscription()
 {
     m_authenticationJsonRespone = new JsonRespone();
 }