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