コード例 #1
0
ファイル: DBHandler.cs プロジェクト: Thashatse/Cheveux
 public List <SP_GetSlotTimes> BLL_GetAllTimeSlots()
 {
     return(db.GetAllTimeSlots());
 }