BatchBook.Company.Update C# (CSharp) Метод

Update() публичный статический Метод

public static Update ( int companyId, string name, string notes ) : void
companyId int
name string
notes string
Результат void
        public static void Update(int companyId, string name, string notes)
        {
            Update(Util.DefaultApiKey, companyId, name, notes);
        }

Same methods

Company::Update ( string apiKey, int companyId, string name, string notes ) : void