Пример #1
0
 private DataSet GetCalledPhoneList()
 {
     string where = "NoteType=1 and CompanyID={0} and CaseID={1}";
     where        = string.Format(where, CompanyID, CaseID);
     return(NoteBLL.GetNoteList(where));
 }