Пример #1
0
 /// <summary>
 /// 查询单条信息
 /// </summary>
 /// <param name="m_gid"></param>
 /// <returns></returns>
 public static SystemModual SystemModual_SelectBym_gid(string m_gid)
 {
     using (SystemDAL access = new SystemDAL())
     {
         return(access.SystemModual_SelectBym_gid(m_gid));
     }
 }