public List <usermonthly> Getcallsbyusermonth(int userid, string month) { usrmonthdl a = new usrmonthdl(); return(a.Getcallsbyusermonth(userid, month)); }
public List <usermonthlly> Getcallsbyusermonth(int i, int idd) { usrmonthdl a = new usrmonthdl(); return(a.Getcallsbyusermonth(i, idd)); }