Ejemplo n.º 1
0
 public static Role Role_SelectByr_gid(string r_gid)
 {
     using (SystemDAL access = new SystemDAL())
     {
         return(access.Role_SelectByr_gid(r_gid));
     }
 }