コード例 #1
0
ファイル: ImportBLL.cs プロジェクト: souvik0682/ems-nvocc
 public List <ILine> GetAllLine()
 {
     return(ImportBLDAL.GetAllLine());
 }