コード例 #1
0
ファイル: SubjectLogic.cs プロジェクト: RazenRyne/eSAR_new
 public List <SubjectBDO> GetAllSubjects()
 {
     return(sdao.GetAllSbjects());
 }