using Web.Core.Model.Entity; namespace Web.Core.IServices.Canteen; public interface ICanteenServices { public Task GetMealsAmountAsync(string date); }