コード例 #1
0
ファイル: usermonthbl.cs プロジェクト: haritham9697/calls
        public List <usermonthly> Getcallsbyusermonth(int userid, string month)
        {
            usrmonthdl a = new usrmonthdl();

            return(a.Getcallsbyusermonth(userid, month));
        }
コード例 #2
0
ファイル: usermonthbl.cs プロジェクト: haritham9697/calls
        public List <usermonthlly> Getcallsbyusermonth(int i, int idd)
        {
            usrmonthdl a = new usrmonthdl();

            return(a.Getcallsbyusermonth(i, idd));
        }