public int GetAMFICount(string Flag, DateTime StartDate, DateTime EndDate, String Search, int CurrentPage, int amfiCode, int schemeCode, int selectAllCode) { PriceDao PriceObj = new PriceDao(); return(PriceObj.GetAMFICount(Flag, StartDate, EndDate, Search, CurrentPage, amfiCode, schemeCode, selectAllCode)); }
public int GetAMFICount(string Flag, DateTime StartDate, DateTime EndDate, String Search, int CurrentPage) { PriceDao PriceObj = new PriceDao(); return(PriceObj.GetAMFICount(Flag, StartDate, EndDate, Search, CurrentPage)); }