Exemplo n.º 1
0
        internal UserContext(ZohoCrmClient client, ZohoUser user)
        {
            if (user == null)
            {
                throw new ArgumentNullException("user");
            }

            Client = client;
            User   = user;
        }
Exemplo n.º 2
0
 public ZohoEntityContext(ZohoCrmClient client)
 {
     Client = client;
 }
Exemplo n.º 3
0
 public ZohoContactContext(ZohoCrmClient client)
     : base(client)
 {
 }
Exemplo n.º 4
0
 public ZohoAccountContext(ZohoCrmClient client)
     : base(client)
 {
 }
Exemplo n.º 5
0
 public ZohoProductContext(ZohoCrmClient client)
     : base(client)
 {
 }