コード例 #1
0
ファイル: CRM_CompanyBLL.cs プロジェクト: liuxiaoqu/SheBao
 public List <CRM_Company> GetAll()
 {
     return(repository.GetAll(db).ToList());
 }