示例#1
0
        public SisEmpresa GetOne(string id)
        {
            SisEmpresa _one = srv.GetOne(id);

            return(_one);
        }