using MasaBlazorApp3.DataAccess.Dao; using MasaBlazorApp3.Pojo; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace MasaBlazorApp3.DataAccess.Impl { public class ReportDataDao : IReportDataDao { public Task> AccountBookExport(DateTime? startDate, DateTime? endDate,string drugId) { throw new NotImplementedException(); } } }