コード例 #1
0
ファイル: BaseFormBO.cs プロジェクト: mbedoya/EcoCore
 public virtual List <FormDataModel> GetAll(int id = 0)
 {
     return(FormDAL.GetAll());
 }