コード例 #1
0
 public List <Materia> GetMateriasDelPlan(Plan plan)
 {
     return(materiaData.GetMateriasDelPlan(plan));
 }