示例#1
0
文件: BL.cs 项目: JueZ/SWE_BackOffice
        public string add(List<EntityInterface> liste, string from, int useFake = 0)
        {
            myDAL = new DAL();

            return myDAL.add(liste, from);
        }