using System; using System.Collections.Generic; using System.Common; using System.Model.Call; using System.Text; using System.Threading.Tasks; namespace System.IRepositories.Call { public interface ICall_CallOutboundRepository : IRepository { Task GetCallNumber(string DeptCode, int teamid, DateTime dtime); Task GetTotleCallNumber(string DeptCode, int teamid, DateTime dtime); } }