using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Volo.Abp.Application.Services; namespace Shentun.Peis.AppointPatientRegisters { [ApiExplorerSettings(GroupName = "Work")] [Authorize] public class AppointPatientRegisterAppService : ApplicationService { //public async Task> GetListByIdNoOrMobilePhoneAsync(AppointPatientRegisterInputDto input) //{ //} } }