예제 #1
0
        internal UserContext(ZohoCrmClient client, ZohoUser user)
        {
            if (user == null)
            {
                throw new ArgumentNullException("user");
            }

            Client = client;
            User   = user;
        }
예제 #2
0
 public ZohoEntityContext(ZohoCrmClient client)
 {
     Client = client;
 }
예제 #3
0
 public ZohoContactContext(ZohoCrmClient client)
     : base(client)
 {
 }
예제 #4
0
 public ZohoAccountContext(ZohoCrmClient client)
     : base(client)
 {
 }
예제 #5
0
 public ZohoProductContext(ZohoCrmClient client)
     : base(client)
 {
 }