BatchBook.MegaComment.CreateOnCompany C# (CSharp) Метод

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

public static CreateOnCompany ( int companyId, string comment ) : int
companyId int
comment string
Результат int
        public static int CreateOnCompany(
            int companyId,
            string comment)
        {
            return CreateOnCompany(Util.DefaultApiKey, companyId, comment);
        }

Same methods

MegaComment::CreateOnCompany ( string apiKey, int companyId, string comment ) : int