示例#1
0
 public static async Task <LG.Data.Models.Doctors.Schedule.Entity> PractitionersOneState(
     LG.Data.Models.Doctors.Schedule.Entity entity)
 {
     return(await LG.Data.Core.Doctors.Schedule.Load.PractitionersOneState(entity));
 }
示例#2
0
 public static async Task <LG.Data.Models.Doctors.Schedule.Entity> PractitionerCountInRangeForAllStates(
     LG.Data.Models.Doctors.Schedule.Entity entity)
 {
     return(await LG.Data.Core.Doctors.Schedule.Load.PractitionerCountInRangeForAllStates(entity));
 }
示例#3
0
 public static async Task <LG.Data.Models.BaseModel> SingleBlock(LG.Data.Models.Doctors.Schedule.Entity entity)
 {
     return(await LG.Data.Core.Doctors.Schedule.Save.SingleBlock(entity));
 }