Beispiel #1
0
        public IEnumerable <ICallReport> GetReportByPhoneNumber(string phoneNumber)
        {
            IContract tempContract = _contracts.FirstOrDefault(x => x.Client.Terminal.PhoneNumber == phoneNumber);

            return(_billingSystem.GetReportByContract(_station.CallsInformation, tempContract));
        }